public class GroupNodeMembers extends AbstractList<JCRNodeWrapper>
modCount| Constructor and Description |
|---|
GroupNodeMembers(JCRGroupNode group) |
| Modifier and Type | Method and Description |
|---|---|
JCRNodeWrapper |
get(int index) |
Iterator<JCRNodeWrapper> |
iterator() |
ListIterator<JCRNodeWrapper> |
listIterator() |
ListIterator<JCRNodeWrapper> |
listIterator(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic GroupNodeMembers(JCRGroupNode group) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionpublic JCRNodeWrapper get(int index)
get in interface List<JCRNodeWrapper>get in class AbstractList<JCRNodeWrapper>public Iterator<JCRNodeWrapper> iterator()
iterator in interface Iterable<JCRNodeWrapper>iterator in interface Collection<JCRNodeWrapper>iterator in interface List<JCRNodeWrapper>iterator in class AbstractList<JCRNodeWrapper>public ListIterator<JCRNodeWrapper> listIterator()
listIterator in interface List<JCRNodeWrapper>listIterator in class AbstractList<JCRNodeWrapper>public ListIterator<JCRNodeWrapper> listIterator(int index)
listIterator in interface List<JCRNodeWrapper>listIterator in class AbstractList<JCRNodeWrapper>public int size()
size in interface Collection<JCRNodeWrapper>size in interface List<JCRNodeWrapper>size in class AbstractCollection<JCRNodeWrapper>Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.