public static class TypeListPool.Key<TypeCollection extends java.util.Collection<? extends java.lang.CharSequence>> extends java.lang.Object implements java.lang.Comparable<TypeListPool.Key<? extends java.util.Collection<? extends java.lang.CharSequence>>>
| Constructor and Description |
|---|
Key(TypeCollection types) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TypeListPool.Key<? extends java.util.Collection<? extends java.lang.CharSequence>> o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public Key(@Nonnull
TypeCollection types)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(TypeListPool.Key<? extends java.util.Collection<? extends java.lang.CharSequence>> o)
compareTo in interface java.lang.Comparable<TypeListPool.Key<? extends java.util.Collection<? extends java.lang.CharSequence>>>