T - the generic type you wish to represent.public abstract class GenericType<T> extends Object implements Comparable<GenericType<T>>
GenericType ref = new GenericType<List<Integer>>() { };
| Modifier | Constructor and Description |
|---|---|
protected |
GenericType() |
protected final Type type
public Type getType()
public int compareTo(GenericType<T> o)
compareTo in interface Comparable<GenericType<T>>Copyright © 2019. All rights reserved.