Class ListWrapper<E>
java.lang.Object
com.vividsolutions.jump.util.CollectionWrapper<E>
com.vividsolutions.jump.util.ListWrapper<E>
- All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>
- Direct Known Subclasses:
LazyList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanaddAll(int index, Collection<? extends E> c) get(int index) getList()intintlistIterator(int index) remove(int index) subList(int fromIndex, int toIndex) Methods inherited from class CollectionWrapper
add, addAll, clear, contains, containsAll, getCollection, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
ListWrapper
public ListWrapper()
-
-
Method Details
-
getList
-
get
-
remove
-
add
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<E>
-
addAll
-
subList
-
listIterator
- Specified by:
listIteratorin interfaceList<E>
-
listIterator
- Specified by:
listIteratorin interfaceList<E>
-
set
-