|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| org.space4j.indexing | |
| Uses of Key in org.space4j.indexing |
|---|
| Methods in org.space4j.indexing that return Key | |
|---|---|
Key |
Index.getKey(java.lang.Object value)
Get a key to be used by this index for a given object. |
| Methods in org.space4j.indexing that return types with arguments of type Key | |
|---|---|
java.util.Comparator<Key> |
Index.getComparator()
|
| Methods in org.space4j.indexing with parameters of type Key | |
|---|---|
int |
KeyComparator.compare(Key k1,
Key k2)
|
CollectionOfSets<V> |
MultiSortedMap.headMapValues(Key toKey)
|
CollectionOfSets<V> |
MultiSortedMap.headMapValues(Key toKey,
boolean inclusive)
|
void |
MultiMap.putObject(Key key,
V value)
|
void |
MultiSortedMap.putObject(Key key,
V value)
|
boolean |
MultiMap.removeObject(Key key,
java.lang.Object value)
|
boolean |
MultiSortedMap.removeObject(Key key,
V value)
|
CollectionOfSets<V> |
MultiSortedMap.subMapValues(Key fromKey,
boolean fromInclusive,
Key toKey,
boolean toInclusive)
|
CollectionOfSets<V> |
MultiSortedMap.subMapValues(Key fromKey,
Key toKey)
|
CollectionOfSets<V> |
MultiSortedMap.tailMapValues(Key fromKey)
|
CollectionOfSets<V> |
MultiSortedMap.tailMapValues(Key fromKey,
boolean inclusive)
|
| Method parameters in org.space4j.indexing with type arguments of type Key | ||
|---|---|---|
protected
|
Index.getMap(Index.TYPE type,
java.util.Comparator<Key> comparator)
|
|
| Constructor parameters in org.space4j.indexing with type arguments of type Key | |
|---|---|
Index(java.lang.String name,
java.lang.Object source,
Index.TYPE type,
java.util.Comparator<Key> comp,
java.lang.Class<? extends java.lang.Object> klass,
java.lang.String... attributes)
|
|
MultiSortedMap(java.util.Comparator<Key> comparator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||