|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
it.tidalwave.util |
Uses of Key in it.tidalwave.util |
---|
Methods in it.tidalwave.util that return types with arguments of type Key | |
---|---|
java.util.Map<Key<?>,java.lang.Object> |
TypeSafeMap.asMap()
|
java.util.Map<Key<?>,java.util.Collection<? extends java.lang.Object>> |
TypeSafeMultiMap.asMap()
|
java.util.Map<Key<?>,java.util.Collection<?>> |
TypeSafeHashMultiMap.asMap()
|
java.util.Map<Key<?>,java.lang.Object> |
TypeSafeHashMap.asMap()
|
java.util.Set<Key<?>> |
TypeSafeMap.getKeys()
|
java.util.Set<Key<?>> |
TypeSafeMultiMap.getKeys()
|
java.util.Set<Key<?>> |
TypeSafeHashMultiMap.getKeys()
|
java.util.Set<Key<?>> |
TypeSafeHashMap.getKeys()
|
Methods in it.tidalwave.util with parameters of type Key | ||
---|---|---|
int |
Key.compareTo(Key<T> other)
|
|
boolean |
TypeSafeMap.containsKey(Key<?> key)
|
|
boolean |
TypeSafeMultiMap.containsKey(Key<?> key)
|
|
boolean |
TypeSafeHashMultiMap.containsKey(Key<?> key)
|
|
boolean |
TypeSafeHashMap.containsKey(Key<?> key)
|
|
|
TypeSafeMap.get(Key<T> key)
|
|
|
TypeSafeMultiMap.get(Key<T> key)
|
|
|
TypeSafeHashMultiMap.get(Key<T> key)
|
|
|
TypeSafeHashMap.get(Key<T> key)
|
Constructor parameters in it.tidalwave.util with type arguments of type Key | |
---|---|
TypeSafeHashMap(java.util.Map<Key<?>,java.lang.Object> map)
|
|
TypeSafeHashMultiMap(java.util.Map<Key<?>,java.util.Collection<?>> map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |