java.lang.Object
org.jhotdraw8.fxcollection.typesafekey.TypeToken<T>
- Type Parameters:
T- The type that this type token captures
TypeToken captures the type of a generic class
including its type parameters.
Usage:
TypeToken<List<Double>> tt = new TypeToken<List<Double>>{};
Type type = tt.getType();
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TypeToken
public TypeToken()
-
-
Method Details
-
getType
Returns the represented type.
-