Uses of Interface
it.tidalwave.util.TypeSafeMultiMap
-
Packages that use TypeSafeMultiMap Package Description it.tidalwave.util -
-
Uses of TypeSafeMultiMap in it.tidalwave.util
Methods in it.tidalwave.util that return TypeSafeMultiMap Modifier and Type Method Description static TypeSafeMultiMap
TypeSafeMultiMap. newInstance()
Creates a new empty instance.static TypeSafeMultiMap
TypeSafeMultiMap. ofCloned(java.util.Map<? extends Key<?>,? extends java.util.Collection<?>> map)
Creates an instance cloning the given map.<T> TypeSafeMultiMap
TypeSafeMultiMap. with(Key<T> key, T value)
Creates a new instance with an additional pair (key, value).
-