Package org.jf.dexlib2.writer.pool
Class TypeListPool.Key<TypeCollection extends Collection<? extends CharSequence>>
java.lang.Object
org.jf.dexlib2.writer.pool.TypeListPool.Key<TypeCollection>
- All Implemented Interfaces:
Comparable<TypeListPool.Key<? extends Collection<? extends CharSequence>>>
- Enclosing class:
TypeListPool
public static class TypeListPool.Key<TypeCollection extends Collection<? extends CharSequence>>
extends Object
implements Comparable<TypeListPool.Key<? extends Collection<? extends CharSequence>>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(TypeListPool.Key<? extends Collection<? extends CharSequence>> o) booleaninthashCode()toString()
-
Field Details
-
types
-
-
Constructor Details
-
Key
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<TypeCollection extends Collection<? extends CharSequence>>
-