Interface | Description |
---|---|
Index<T> |
Defines an index interface on objects.
|
IndexComparator<K,O> |
A comparison function, which imposes a total ordering on some
collection of keys.
|
Lock |
An acquired object-lock.
|
Lockable |
Interface for objects that supports object-locking.
|
ModifiableIndex<T> |
Defines a modifiable index interface on objects.
|
ModifiableOrderedIndex<C,T> |
Defines a modifiable ordered index interface on objects.
|
ModifiableSearch<T> |
Represents a modifiable search.
|
OperationIndexComparator<K> |
A comparison function, which imposes a total ordering on some
collection of keys.
|
OrderedIndex<C,T> |
Defines an ordered index interface on objects.
|
Search<T> |
This interface represents an initialized search on an index.
|
Class | Description |
---|---|
SearchAbstractObjectDualIterator<T extends LocalAbstractObject> |
Provides a bridge between
Search and AbstractObjectIterator . |
SearchAbstractObjectIterator<T extends LocalAbstractObject> |
Provides a bridge between
Search and AbstractObjectIterator . |
Enum | Description |
---|---|
LocalAbstractObjectOrder |
Default orders of
LocalAbstractObject based on attributes. |