Uses of Class
com.github.andrewoma.dexx.collection.VectorPointer
-
Packages that use VectorPointer Package Description com.github.andrewoma.dexx.collection Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java. -
-
Uses of VectorPointer in com.github.andrewoma.dexx.collection
Subclasses of VectorPointer in com.github.andrewoma.dexx.collection Modifier and Type Class Description (package private) class
VectorIterator<E>
Fields in com.github.andrewoma.dexx.collection declared as VectorPointer Modifier and Type Field Description protected VectorPointer<E>
Vector. pointer
private VectorPointer<E>
VectorBuilder. pointer
Methods in com.github.andrewoma.dexx.collection with parameters of type VectorPointer Modifier and Type Method Description void
VectorPointer. initFrom(VectorPointer<E> that)
void
VectorPointer. initFrom(VectorPointer<E> that, int depth)
-