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.pointer
private final VectorPointer
<E> VectorBuilder.pointer
Methods in com.github.andrewoma.dexx.collection with parameters of type VectorPointerModifier and TypeMethodDescriptionvoid
VectorPointer.initFrom
(VectorPointer<E> that) void
VectorPointer.initFrom
(VectorPointer<E> that, int depth)