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