T - public interface Index<ST,T extends ST,PK,V,S extends Store<ST,PK,S>> extends Iterable<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Index.Type |
| Modifier and Type | Method and Description |
|---|---|
Comparator<V> |
getComparator() |
Extractor<T,V,S> |
getExtractor() |
Predicate<ST,S> |
getPredicate() |
S |
getStore() |
boolean |
isOrdered() |
boolean |
isUnique() |
Predicate<ST,S> getPredicate()
Extractor<T,V,S> getExtractor()
boolean isUnique()
boolean isOrdered()
Comparator<V> getComparator()