Package org.n52.janmayen.component
Class ClassBasedComponentKey<T>
- java.lang.Object
-
- org.n52.janmayen.component.ClassBasedComponentKey<T>
-
- Type Parameters:
T- the type the class of this key has to be a subtype of
public class ClassBasedComponentKey<T> extends Object
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description ClassBasedComponentKey(Class<? extends T> type)Creates a new key.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Class<? extends T>getType()Gets the type associated with this key.inthashCode()StringtoString()
-