Class StrongInternPool.ByteArrayInternPool
java.lang.Object
org.jboss.jandex.StrongInternPool<byte[]>
org.jboss.jandex.StrongInternPool.ByteArrayInternPool
- All Implemented Interfaces:
Serializable, Cloneable
- Enclosing class:
StrongInternPool<E>
-
Nested Class Summary
Nested classes/interfaces inherited from class StrongInternPool
StrongInternPool.Index -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StrongInternPool
clear, clone, contains, eq, forByteArrays, forFields, forMethods, forRecordComponents, forStrings, forTypeArrays, forTypes, hash, index, intern, isEmpty, iterator, mayContain, printDebugStats, remove, size, toInternalArray, toString
-
Constructor Details
-
ByteArrayInternPool
ByteArrayInternPool()
-
-
Method Details
-
equality
boolean equality(byte[] o1, byte[] o2) - Specified by:
equalityin classStrongInternPool<byte[]>
-
hashCode
int hashCode(byte[] o) - Specified by:
hashCodein classStrongInternPool<byte[]>
-