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) classVectorIterator<E>Fields in com.github.andrewoma.dexx.collection declared as VectorPointer Modifier and Type Field Description protected VectorPointer<E>Vector. pointerprivate VectorPointer<E>VectorBuilder. pointerMethods in com.github.andrewoma.dexx.collection with parameters of type VectorPointer Modifier and Type Method Description voidVectorPointer. initFrom(VectorPointer<E> that)voidVectorPointer. initFrom(VectorPointer<E> that, int depth)
-