Package io.jmix.webdavrest.dto
Class PropPatchPropertiesList
java.lang.Object
io.jmix.webdavrest.dto.PropPatchPropertiesList
- All Implemented Interfaces:
Iterable<org.dom4j.Node>
,Collection<org.dom4j.Node>
,List<org.dom4j.Node>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int index, org.dom4j.Node element) boolean
add
(org.dom4j.Node node) boolean
addAll
(int index, Collection<? extends org.dom4j.Node> c) boolean
addAll
(Collection<? extends org.dom4j.Node> c) addFluently
(org.dom4j.Node node) void
clear()
boolean
boolean
containsAll
(Collection<?> c) boolean
void
org.dom4j.Node
get
(int index) int
hashCode()
int
boolean
isEmpty()
Iterator<org.dom4j.Node>
iterator()
int
ListIterator<org.dom4j.Node>
ListIterator<org.dom4j.Node>
listIterator
(int index) static PropPatchPropertiesList
of
(org.dom4j.Node... nodes) Stream<org.dom4j.Node>
org.dom4j.Node
remove
(int index) boolean
boolean
removeAll
(Collection<?> c) boolean
void
replaceAll
(UnaryOperator<org.dom4j.Node> operator) boolean
retainAll
(Collection<?> c) org.dom4j.Node
set
(int index, org.dom4j.Node element) int
size()
void
sort
(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, wait
Methods inherited from interface java.util.Collection
toArray
-
Field Details
-
props
-
-
Constructor Details
-
PropPatchPropertiesList
public PropPatchPropertiesList() -
PropPatchPropertiesList
-
-
Method Details
-
of
-
addFluently
-
size
public int size()- Specified by:
size
in interfaceCollection<org.dom4j.Node>
- Specified by:
size
in interfaceList<org.dom4j.Node>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection<org.dom4j.Node>
- Specified by:
isEmpty
in interfaceList<org.dom4j.Node>
-
contains
- Specified by:
contains
in interfaceCollection<org.dom4j.Node>
- Specified by:
contains
in interfaceList<org.dom4j.Node>
-
iterator
-
toArray
- Specified by:
toArray
in interfaceCollection<org.dom4j.Node>
- Specified by:
toArray
in interfaceList<org.dom4j.Node>
-
toArray
public <T> T[] toArray(T[] a) - Specified by:
toArray
in interfaceCollection<org.dom4j.Node>
- Specified by:
toArray
in interfaceList<org.dom4j.Node>
-
add
public boolean add(org.dom4j.Node node) - Specified by:
add
in interfaceCollection<org.dom4j.Node>
- Specified by:
add
in interfaceList<org.dom4j.Node>
-
remove
- Specified by:
remove
in interfaceCollection<org.dom4j.Node>
- Specified by:
remove
in interfaceList<org.dom4j.Node>
-
containsAll
- Specified by:
containsAll
in interfaceCollection<org.dom4j.Node>
- Specified by:
containsAll
in interfaceList<org.dom4j.Node>
-
addAll
- Specified by:
addAll
in interfaceCollection<org.dom4j.Node>
- Specified by:
addAll
in interfaceList<org.dom4j.Node>
-
addAll
-
removeAll
- Specified by:
removeAll
in interfaceCollection<org.dom4j.Node>
- Specified by:
removeAll
in interfaceList<org.dom4j.Node>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<org.dom4j.Node>
- Specified by:
retainAll
in interfaceList<org.dom4j.Node>
-
replaceAll
- Specified by:
replaceAll
in interfaceList<org.dom4j.Node>
-
sort
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<org.dom4j.Node>
- Specified by:
clear
in 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:
lastIndexOf
in interfaceList<org.dom4j.Node>
-
listIterator
- Specified by:
listIterator
in interfaceList<org.dom4j.Node>
-
listIterator
- Specified by:
listIterator
in interfaceList<org.dom4j.Node>
-
subList
-
spliterator
- Specified by:
spliterator
in interfaceCollection<org.dom4j.Node>
- Specified by:
spliterator
in interfaceIterable<org.dom4j.Node>
- Specified by:
spliterator
in interfaceList<org.dom4j.Node>
-
removeIf
- Specified by:
removeIf
in interfaceCollection<org.dom4j.Node>
-
stream
- Specified by:
stream
in interfaceCollection<org.dom4j.Node>
-
parallelStream
- Specified by:
parallelStream
in interfaceCollection<org.dom4j.Node>
-
forEach
-