TypeToken<T> constructor

TypeToken<T>()

Implementation

TypeToken() {
  type = T;
  hashCode = T.hashCode;
}