Class VertexEdgeListWrapper
java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.VertexEdgeListWrapper
- All Implemented Interfaces:
Iterable,Collection,List
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection c) booleanaddAll(Collection c) voidclear()booleanbooleanvoidget(int index) intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanbooleanvoidreplaceAll(UnaryOperator operator) booleanintsize()voidsort(Comparator c) stream()subList(int fromIndex, int toIndex) Object[]toArray()Object[]Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
toArray
-
Constructor Details
-
VertexEdgeListWrapper
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceCollection- Specified by:
sizein interfaceList
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection- Specified by:
isEmptyin interfaceList
-
contains
- Specified by:
containsin interfaceCollection- Specified by:
containsin interfaceList
-
iterator
-
toArray
- Specified by:
toArrayin interfaceCollection- Specified by:
toArrayin interfaceList
-
toArray
- Specified by:
toArrayin interfaceCollection- Specified by:
toArrayin interfaceList
-
add
- Specified by:
addin interfaceCollection- Specified by:
addin interfaceList
-
remove
- Specified by:
removein interfaceCollection- Specified by:
removein interfaceList
-
containsAll
- Specified by:
containsAllin interfaceCollection- Specified by:
containsAllin interfaceList
-
addAll
- Specified by:
addAllin interfaceCollection- Specified by:
addAllin interfaceList
-
addAll
-
removeAll
- Specified by:
removeAllin interfaceCollection- Specified by:
removeAllin interfaceList
-
retainAll
- Specified by:
retainAllin interfaceCollection- Specified by:
retainAllin interfaceList
-
replaceAll
- Specified by:
replaceAllin interfaceList
-
sort
-
clear
public void clear()- Specified by:
clearin interfaceCollection- Specified by:
clearin interfaceList
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList
-
listIterator
- Specified by:
listIteratorin interfaceList
-
listIterator
- Specified by:
listIteratorin interfaceList
-
subList
-
spliterator
- Specified by:
spliteratorin interfaceCollection- Specified by:
spliteratorin interfaceIterable- Specified by:
spliteratorin interfaceList
-
removeIf
- Specified by:
removeIfin interfaceCollection
-
stream
- Specified by:
streamin interfaceCollection
-
parallelStream
- Specified by:
parallelStreamin interfaceCollection
-
forEach
-