com.devexperts.util
Class TypedKey<T>

java.lang.Object
  extended by com.devexperts.util.TypedKey<T>

public final class TypedKey<T>
extends Object

A typed key for TypedMap.


Constructor Summary
TypedKey(Class<T> type)
           
 
Method Summary
 Class<T> type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedKey

public TypedKey(Class<T> type)
Method Detail

type

public Class<T> type()


Copyright © 2013 Devexperts. All Rights Reserved.