Package io.jmix.webdavrest.dto
Class PropFindPropertiesList
java.lang.Object
io.jmix.webdavrest.dto.PropFindPropertiesList
- All Implemented Interfaces:
- Iterable<org.dom4j.Node>,- Collection<org.dom4j.Node>,- List<org.dom4j.Node>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(int index, org.dom4j.Node element) booleanadd(org.dom4j.Node node) booleanaddAll(int index, Collection<? extends org.dom4j.Node> c) booleanaddAll(Collection<? extends org.dom4j.Node> c) addFluently(org.dom4j.Node node) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanvoidorg.dom4j.Nodeget(int index) inthashCode()intbooleanisEmpty()Iterator<org.dom4j.Node>iterator()intListIterator<org.dom4j.Node>ListIterator<org.dom4j.Node>listIterator(int index) static PropFindPropertiesListof(org.dom4j.Node... nodes) Stream<org.dom4j.Node>org.dom4j.Noderemove(int index) booleanbooleanremoveAll(Collection<?> c) booleanvoidreplaceAll(UnaryOperator<org.dom4j.Node> operator) booleanretainAll(Collection<?> c) org.dom4j.Nodeset(int index, org.dom4j.Node element) intsize()voidsort(Comparator<? super org.dom4j.Node> c) Spliterator<org.dom4j.Node>Stream<org.dom4j.Node>stream()List<org.dom4j.Node>subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.CollectiontoArray
- 
Field Details- 
props
 
- 
- 
Constructor Details- 
PropFindPropertiesListpublic PropFindPropertiesList()
- 
PropFindPropertiesList
 
- 
- 
Method Details- 
of
- 
addFluently
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<org.dom4j.Node>
- Specified by:
- sizein interface- List<org.dom4j.Node>
 
- 
isEmptypublic boolean isEmpty()- Specified by:
- isEmptyin interface- Collection<org.dom4j.Node>
- Specified by:
- isEmptyin interface- List<org.dom4j.Node>
 
- 
contains- Specified by:
- containsin interface- Collection<org.dom4j.Node>
- Specified by:
- containsin interface- List<org.dom4j.Node>
 
- 
iterator
- 
toArray- Specified by:
- toArrayin interface- Collection<org.dom4j.Node>
- Specified by:
- toArrayin interface- List<org.dom4j.Node>
 
- 
toArraypublic <T> T[] toArray(T[] a) - Specified by:
- toArrayin interface- Collection<org.dom4j.Node>
- Specified by:
- toArrayin interface- List<org.dom4j.Node>
 
- 
addpublic boolean add(org.dom4j.Node node) - Specified by:
- addin interface- Collection<org.dom4j.Node>
- Specified by:
- addin interface- List<org.dom4j.Node>
 
- 
remove- Specified by:
- removein interface- Collection<org.dom4j.Node>
- Specified by:
- removein interface- List<org.dom4j.Node>
 
- 
containsAll- Specified by:
- containsAllin interface- Collection<org.dom4j.Node>
- Specified by:
- containsAllin interface- List<org.dom4j.Node>
 
- 
addAll- Specified by:
- addAllin interface- Collection<org.dom4j.Node>
- Specified by:
- addAllin interface- List<org.dom4j.Node>
 
- 
addAll
- 
removeAll- Specified by:
- removeAllin interface- Collection<org.dom4j.Node>
- Specified by:
- removeAllin interface- List<org.dom4j.Node>
 
- 
retainAll- Specified by:
- retainAllin interface- Collection<org.dom4j.Node>
- Specified by:
- retainAllin interface- List<org.dom4j.Node>
 
- 
replaceAll- Specified by:
- replaceAllin interface- List<org.dom4j.Node>
 
- 
sort
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection<org.dom4j.Node>
- Specified by:
- clearin interface- List<org.dom4j.Node>
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getpublic org.dom4j.Node get(int index) 
- 
setpublic org.dom4j.Node set(int index, org.dom4j.Node element) 
- 
addpublic void add(int index, org.dom4j.Node element) 
- 
removepublic org.dom4j.Node remove(int index) 
- 
indexOf
- 
lastIndexOf- Specified by:
- lastIndexOfin interface- List<org.dom4j.Node>
 
- 
listIterator- Specified by:
- listIteratorin interface- List<org.dom4j.Node>
 
- 
listIterator- Specified by:
- listIteratorin interface- List<org.dom4j.Node>
 
- 
subList
- 
spliterator- Specified by:
- spliteratorin interface- Collection<org.dom4j.Node>
- Specified by:
- spliteratorin interface- Iterable<org.dom4j.Node>
- Specified by:
- spliteratorin interface- List<org.dom4j.Node>
 
- 
removeIf- Specified by:
- removeIfin interface- Collection<org.dom4j.Node>
 
- 
stream- Specified by:
- streamin interface- Collection<org.dom4j.Node>
 
- 
parallelStream- Specified by:
- parallelStreamin interface- Collection<org.dom4j.Node>
 
- 
forEach
 
-