public interface TypeSafeMultiMap extends Iterable<Collection<? extends Object>>
Modifier and Type | Method and Description |
---|---|
Map<Key<?>,Collection<? extends Object>> |
asMap() |
boolean |
containsKey(Key<?> key) |
<T> Collection<T> |
get(Key<T> key) |
Set<Key<?>> |
getKeys() |
int |
getSize() |
forEach, iterator, spliterator
@Nonnull <T> Collection<T> get(@Nonnull Key<T> key)
@Nonnegative int getSize()
@Nonnull Map<Key<?>,Collection<? extends Object>> asMap()
Copyright © 2009–2015 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.