Package | Description |
---|---|
messif.objects.util |
Various utilities for working with collections of objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionMapProvider<K,T>
Interface for instances that provide collections that are accessed by object keys.
|
Modifier and Type | Class and Description |
---|---|
class |
RankedSortedDistFunctionMultiCollection<T extends AbstractObject>
Specialization of
RankedSortedMultiCollection that uses a different distance
function to rank the objects. |
class |
RankedSortedMultiCollection
Implementation of a sorted collection that stores additional collections.
|
Modifier and Type | Method and Description |
---|---|
static <T> CollectionProvider<T> |
CollectionProviders.castCollectionProvider(java.lang.Object object,
java.lang.Class<? extends T> objectsType,
boolean throwException)
Cast the given object to
CollectionProvider with a generic-safe
type of objects. |