Package org.jboss.jandex
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 org.jboss.jandex.StrongInternPool
StrongInternPool.Index
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
ByteArrayInternPool
ByteArrayInternPool()
-
-
Method Details
-
equality
boolean equality(byte[] o1, byte[] o2) - Specified by:
equality
in classStrongInternPool<byte[]>
-
hashCode
int hashCode(byte[] o) - Specified by:
hashCode
in classStrongInternPool<byte[]>
-