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