Package org.jboss.jandex
Class StrongInternPool.TypeInternPool
- java.lang.Object
-
- org.jboss.jandex.StrongInternPool<Type>
-
- org.jboss.jandex.StrongInternPool.TypeInternPool
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- StrongInternPool<E>
private static final class StrongInternPool.TypeInternPool extends StrongInternPool<Type>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.jandex.StrongInternPool
StrongInternPool.Index
-
-
Constructor Summary
Constructors Constructor Description TypeInternPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
equality(Type o1, Type o2)
(package private) int
hashCode(Type o)
-
Methods inherited from class org.jboss.jandex.StrongInternPool
clear, clone, contains, eq, forByteArrays, forFields, forMethods, forRecordComponents, forStrings, forTypeArrays, forTypes, hash, index, intern, isEmpty, iterator, mayContain, printDebugStats, remove, size, toInternalArray, toString
-
-
-
-
Method Detail
-
equality
boolean equality(Type o1, Type o2)
- Specified by:
equality
in classStrongInternPool<Type>
-
hashCode
int hashCode(Type o)
- Specified by:
hashCode
in classStrongInternPool<Type>
-
-