Uses of Class
com.github.andrewoma.dexx.collection.Vector
Packages that use Vector
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of Vector in com.github.andrewoma.dexx.collection
Subclasses with type arguments of type Vector in com.github.andrewoma.dexx.collectionFields in com.github.andrewoma.dexx.collection declared as VectorMethods in com.github.andrewoma.dexx.collection that return VectorModifier and TypeMethodDescriptionVectorBuilder.doBuild()Vector.drop(int n) Vector.dropBack0(int cutIndex) Vector.dropFront0(int cutIndex) static <E> @NotNull Vector<E> Vector.empty()Vector.range(int from, boolean fromInclusive, int to, boolean toInclusive) Vector.slice(int from, int until) Vector.tail()Vector.take(int n) Methods in com.github.andrewoma.dexx.collection that return types with arguments of type Vector