Package | Description |
---|---|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DistanceRankedSortedCollection<T extends DistanceRankedObject<?>>
Specialization of
SortedCollection that is specific for distance-ranked objects. |
Modifier and Type | Class and Description |
---|---|
class |
RankedAbstractMetaObject
Encapsulation of an object-distance pair with the distances to respective
sub-objects of a
MetaObject . |
class |
RankedAbstractObject
Encapsulation of an object-distance pair.
|
class |
RankedJoinObject
Ranked object encapsulating a pair of objects as a result of join operation.
|
Modifier and Type | Method and Description |
---|---|
DistanceRankedObject<T> |
DistanceRankedObject.clone(float newDistance)
Clone this ranked object and change the distance of the cloned one
|
Modifier and Type | Method and Description |
---|---|
int |
DistanceRankedObject.compareTo(DistanceRankedObject<?> o)
Compares this object with the specified object for order.
|
Modifier and Type | Method and Description |
---|---|
static <T> java.util.Iterator<T> |
DistanceRankedObject.getObjectsIterator(java.util.Iterator<? extends DistanceRankedObject<T>> iterator)
Converts an iterator on
distance-ranked objects
to an iterator on the objects themselves. |