Package | Description |
---|---|
messif.buckets.index.impl |
Implementation of bucket indexes.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractArrayIndex<K,T>
Implementation of index that stores the indexed data in a sorted array.
|
class |
AddressStorageIndex<K,T>
Implementation of a single index over generic storage.
|
class |
IntStorageIndex<K,T>
Implementation of a single index over a
storage with integer addresses . |
class |
LongStorageIndex<K,T>
Implementation of a single index over a
storage with long addresses . |
class |
LongStorageMemoryIndex<K,T>
Implementation of disk (long) index that stores the indexed data in a sorted array and keeps the
keys to be compared always in memory.
|
class |
LongStorageMemoryIndexStdSer<K,T>
Implementation of disk (long) index that stores the indexed data in a sorted array and keeps the
keys to be compared always in memory.
|
Modifier and Type | Class and Description |
---|---|
class |
DistanceRankedSortedCollection<T extends DistanceRankedObject<?>>
Specialization of
SortedCollection that is specific for distance-ranked objects. |
class |
RankedSortedCollection
Specialization of
SortedCollection that is specific for distance-ranked objects. |
class |
RankedSortedDistFunctionCollection<T extends AbstractObject>
Specialization of
RankedSortedCollection that uses a different distance
function to rank the objects. |
class |
RankedSortedDistFunctionMultiCollection<T extends AbstractObject>
Specialization of
RankedSortedMultiCollection that uses a different distance
function to rank the objects. |
class |
RankedSortedDistFunctionRerankingCollection<T extends AbstractObject>
Specialization of
RankedSortedDistFunctionCollection that remembers
the original ordering of the objects and allows to re-rank the results
using another distance function. |
class |
RankedSortedMultiCollection
Implementation of a sorted collection that stores additional collections.
|
class |
RankedSortedNoThresholdCollection
Extension of
RankedSortedCollection that always returns the threshold
LocalAbstractObject.MAX_DISTANCE . |
class |
RankedSortedParametricFilterCollection
Specialization of
RankedSortedCollection that filters objects that have
not set a given Parametric parameter to a given value. |
class |
RankedSortedRadiusRestrictCollection
Specialization of
RankedSortedCollection that maintains an internal radius and
it does not store objects with a larger distance than this radius. |
Modifier and Type | Class and Description |
---|---|
class |
SortedCollection<T>
Implementation of a sorted collection.
|