Package org.jboss.jandex
Class StrongInternPool.FieldInternPool
- java.lang.Object
-
- org.jboss.jandex.StrongInternPool<FieldInternal>
-
- org.jboss.jandex.StrongInternPool.FieldInternPool
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
- Enclosing class:
- StrongInternPool<E>
private static final class StrongInternPool.FieldInternPool extends StrongInternPool<FieldInternal>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.jandex.StrongInternPool
StrongInternPool.Index
-
-
Constructor Summary
Constructors Constructor Description FieldInternPool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanequality(FieldInternal o1, FieldInternal o2)(package private) inthashCode(FieldInternal 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(FieldInternal o1, FieldInternal o2)
- Specified by:
equalityin classStrongInternPool<FieldInternal>
-
hashCode
int hashCode(FieldInternal o)
- Specified by:
hashCodein classStrongInternPool<FieldInternal>
-
-