Class SortedSetList<E extends Entity,R extends Neo4jSortedRelationsihip<E>>
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.SortedSetList<E,R>
- All Implemented Interfaces:
Iterable<E>,Collection<E>,List<E>,SequencedCollection<E>
public class SortedSetList<E extends Entity,R extends Neo4jSortedRelationsihip<E>>
extends Object
implements List<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends E> c) booleanaddAll(Collection<? extends E> c) voidclear()booleanbooleancontainsAll(Collection<?> c) get(int index) intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()stream()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, toArrayMethods inherited from interface java.util.List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort
-
Constructor Details
-
SortedSetList
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
contains
-
iterator
-
spliterator
- Specified by:
spliteratorin interfaceCollection<E extends Entity>- Specified by:
spliteratorin interfaceIterable<E extends Entity>- Specified by:
spliteratorin interfaceList<E extends Entity>
-
toArray
-
toArray
public <T> T[] toArray(T[] a) -
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<E extends Entity>- Specified by:
containsAllin interfaceList<E extends Entity>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
public void clear() -
get
-
stream
- Specified by:
streamin interfaceCollection<E extends Entity>
-
toString
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<E extends Entity>
-
listIterator
- Specified by:
listIteratorin interfaceList<E extends Entity>
-
listIterator
- Specified by:
listIteratorin interfaceList<E extends Entity>
-
subList
-