com.devexperts.util
Class TypedMap
java.lang.Object
com.devexperts.util.TypedMap
public class TypedMap
- extends Object
Typed key-value map where different values have different types according to their keys.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedMap
public TypedMap()
get
public <T> T get(TypedKey<T> key)
set
public <T> T set(TypedKey<T> key,
T value)
Copyright © 2013 Devexperts. All Rights Reserved.