Uses of Class
com.googlecode.cqengine.index.offheap.OffHeapIndex
-
Packages that use OffHeapIndex Package Description com.googlecode.cqengine.index.offheap -
-
Uses of OffHeapIndex in com.googlecode.cqengine.index.offheap
Methods in com.googlecode.cqengine.index.offheap that return OffHeapIndex Modifier and Type Method Description static <A extends Comparable<A>,O>
OffHeapIndex<A,O,? extends Comparable<?>>OffHeapIndex. onAttribute(Attribute<O,A> attribute)
Creates a newOffHeapIndex
.
-