Uses of Class
com.github.andrewoma.dexx.collection.VectorPointer
Packages that use VectorPointer
Package
Description
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.collectionFields in com.github.andrewoma.dexx.collection declared as VectorPointerModifier and TypeFieldDescriptionprotected final VectorPointer<E> Vector.pointerprivate final VectorPointer<E> VectorBuilder.pointerMethods in com.github.andrewoma.dexx.collection with parameters of type VectorPointerModifier and TypeMethodDescriptionvoidVectorPointer.initFrom(VectorPointer<E> that) voidVectorPointer.initFrom(VectorPointer<E> that, int depth)