Uses of Class
dev.voidframework.core.lang.TypedMap.Key
Packages that use TypedMap.Key
-
Uses of TypedMap.Key in dev.voidframework.core.lang
Methods in dev.voidframework.core.lang that return TypedMap.KeyMethods in dev.voidframework.core.lang with parameters of type TypedMap.KeyModifier and TypeMethodDescription<T> TTypedMap.get(TypedMap.Key<T> typedKey) Retrieves the value associated to the specified key.<T> TTypedMap.put(TypedMap.Key<T> typedKey, T value) Associates the specified value with the specified key.<T> TTypedMap.remove(TypedMap.Key<T> typedKey) Removes the value associated to the specified key.