public abstract class GenericType<T> extends Object implements Comparable<GenericType<T>>
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.