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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
toArray 
- 
Field Details
- 
props
 
 - 
 - 
Constructor Details
- 
PropFindPropertiesList
public PropFindPropertiesList() - 
PropFindPropertiesList
 
 - 
 - 
Method Details
- 
of
 - 
addFluently
 - 
size
public int size()- Specified by:
 sizein interfaceCollection<org.dom4j.Node>- Specified by:
 sizein interfaceList<org.dom4j.Node>
 - 
isEmpty
public boolean isEmpty()- Specified by:
 isEmptyin interfaceCollection<org.dom4j.Node>- Specified by:
 isEmptyin interfaceList<org.dom4j.Node>
 - 
contains
- Specified by:
 containsin interfaceCollection<org.dom4j.Node>- Specified by:
 containsin interfaceList<org.dom4j.Node>
 - 
iterator
 - 
toArray
- Specified by:
 toArrayin interfaceCollection<org.dom4j.Node>- Specified by:
 toArrayin interfaceList<org.dom4j.Node>
 - 
toArray
public <T> T[] toArray(T[] a) - Specified by:
 toArrayin interfaceCollection<org.dom4j.Node>- Specified by:
 toArrayin interfaceList<org.dom4j.Node>
 - 
add
public boolean add(org.dom4j.Node node) - Specified by:
 addin interfaceCollection<org.dom4j.Node>- Specified by:
 addin interfaceList<org.dom4j.Node>
 - 
remove
- Specified by:
 removein interfaceCollection<org.dom4j.Node>- Specified by:
 removein interfaceList<org.dom4j.Node>
 - 
containsAll
- Specified by:
 containsAllin interfaceCollection<org.dom4j.Node>- Specified by:
 containsAllin interfaceList<org.dom4j.Node>
 - 
addAll
- Specified by:
 addAllin interfaceCollection<org.dom4j.Node>- Specified by:
 addAllin interfaceList<org.dom4j.Node>
 - 
addAll
 - 
removeAll
- Specified by:
 removeAllin interfaceCollection<org.dom4j.Node>- Specified by:
 removeAllin interfaceList<org.dom4j.Node>
 - 
retainAll
- Specified by:
 retainAllin interfaceCollection<org.dom4j.Node>- Specified by:
 retainAllin interfaceList<org.dom4j.Node>
 - 
replaceAll
- Specified by:
 replaceAllin interfaceList<org.dom4j.Node>
 - 
sort
 - 
clear
public void clear()- Specified by:
 clearin interfaceCollection<org.dom4j.Node>- Specified by:
 clearin interfaceList<org.dom4j.Node>
 - 
equals
 - 
hashCode
public int hashCode() - 
get
public org.dom4j.Node get(int index)  - 
set
public org.dom4j.Node set(int index, org.dom4j.Node element)  - 
add
public void add(int index, org.dom4j.Node element)  - 
remove
public org.dom4j.Node remove(int index)  - 
indexOf
 - 
lastIndexOf
- Specified by:
 lastIndexOfin interfaceList<org.dom4j.Node>
 - 
listIterator
- Specified by:
 listIteratorin interfaceList<org.dom4j.Node>
 - 
listIterator
- Specified by:
 listIteratorin interfaceList<org.dom4j.Node>
 - 
subList
 - 
spliterator
- Specified by:
 spliteratorin interfaceCollection<org.dom4j.Node>- Specified by:
 spliteratorin interfaceIterable<org.dom4j.Node>- Specified by:
 spliteratorin interfaceList<org.dom4j.Node>
 - 
removeIf
- Specified by:
 removeIfin interfaceCollection<org.dom4j.Node>
 - 
stream
- Specified by:
 streamin interfaceCollection<org.dom4j.Node>
 - 
parallelStream
- Specified by:
 parallelStreamin interfaceCollection<org.dom4j.Node>
 - 
forEach
 
 -