public interface TypeSafeMultiMap extends Iterable<Collection<? extends Object>>
@Nonnull <T> Collection<T> get(@Nonnull Key<T> key)
boolean containsKey(@Nonnull Key<?> key)
@Nonnegative int getSize()
@Nonnull Map<Key<?>,Collection<? extends Object>> asMap()
Copyright © 2009-2013 Tidalwave s.a.s. (http://tidalwave.it). All Rights Reserved.