Uses of Class
io.github.jbellis.jvector.util.AbstractLongHeap
Packages that use AbstractLongHeap
-
Uses of AbstractLongHeap in io.github.jbellis.jvector.graph
Constructors in io.github.jbellis.jvector.graph with parameters of type AbstractLongHeap -
Uses of AbstractLongHeap in io.github.jbellis.jvector.util
Subclasses of AbstractLongHeap in io.github.jbellis.jvector.utilModifier and TypeClassDescriptionclassAn AbstractLongHeap with a fixed maximum size, allocated at construction time.classAn AbstractLongHeap that can grow in size (unbounded, except for memory and array size limits).