|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentSkipListMap<Key,java.util.Set<V>>
org.space4j.indexing.MultiSortedMap<V>
public class MultiSortedMap<V>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
MultiSortedMap(java.util.Comparator<Key> comparator)
|
|
| Method Summary | |
|---|---|
CollectionOfSets<V> |
ascendingMapValues()
|
CollectionOfSets<V> |
descendingMapValues()
|
java.util.Set<V> |
get(java.lang.Object... keys)
|
java.util.Set<V> |
get(java.lang.Object key)
|
CollectionOfSets<V> |
headMapValues(Key toKey)
|
CollectionOfSets<V> |
headMapValues(Key toKey,
boolean inclusive)
|
void |
putObject(Key key,
V value)
|
java.util.Set<V> |
remove(java.lang.Object key)
|
boolean |
removeObject(Key key,
V value)
|
CollectionOfSets<V> |
subMapValues(Key fromKey,
boolean fromInclusive,
Key toKey,
boolean toInclusive)
|
CollectionOfSets<V> |
subMapValues(Key fromKey,
Key toKey)
|
CollectionOfSets<V> |
tailMapValues(Key fromKey)
|
CollectionOfSets<V> |
tailMapValues(Key fromKey,
boolean inclusive)
|
| Methods inherited from class java.util.concurrent.ConcurrentSkipListMap |
|---|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, equals, firstEntry, firstKey, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putIfAbsent, remove, replace, replace, size, subMap, subMap, tailMap, tailMap, values |
| Methods inherited from class java.util.AbstractMap |
|---|
hashCode, putAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
hashCode, putAll |
| Constructor Detail |
|---|
public MultiSortedMap(java.util.Comparator<Key> comparator)
| Method Detail |
|---|
public void putObject(Key key,
V value)
public boolean removeObject(Key key,
V value)
public CollectionOfSets<V> subMapValues(Key fromKey,
boolean fromInclusive,
Key toKey,
boolean toInclusive)
public CollectionOfSets<V> subMapValues(Key fromKey,
Key toKey)
public CollectionOfSets<V> tailMapValues(Key fromKey)
public CollectionOfSets<V> tailMapValues(Key fromKey,
boolean inclusive)
public CollectionOfSets<V> headMapValues(Key toKey)
public CollectionOfSets<V> headMapValues(Key toKey,
boolean inclusive)
public CollectionOfSets<V> descendingMapValues()
public CollectionOfSets<V> ascendingMapValues()
public java.util.Set<V> remove(java.lang.Object key)
remove in interface java.util.Map<Key,java.util.Set<V>>remove in class java.util.concurrent.ConcurrentSkipListMap<Key,java.util.Set<V>>public java.util.Set<V> get(java.lang.Object key)
get in interface java.util.Map<Key,java.util.Set<V>>get in class java.util.concurrent.ConcurrentSkipListMap<Key,java.util.Set<V>>public java.util.Set<V> get(java.lang.Object... keys)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||