Uses of Class
org.jhotdraw8.icollection.VectorList
Packages that use VectorList
-
Uses of VectorList in org.jhotdraw8.icollection
Methods in org.jhotdraw8.icollection that return VectorListModifier and TypeMethodDescriptionstatic <T> VectorList<T> <T> VectorList<T> VectorList.empty()protected VectorList<E> VectorList.newInstance(PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.static <T> VectorList<T> VectorList.of()static <T> VectorList<T> VectorList.of(T... t) static <T> VectorList<T> VectorList.ofIterator(Iterator<T> iterator) static <T> VectorList<T> VectorList.readOnlySubList(int fromIndex, int toIndex) VectorList.removeAt(int index) VectorList.removeFirst()VectorList.removeLast()VectorList.removeRange(int fromIndex, int toIndex) VectorList.reverse()MutableVectorList.toImmutable()