Uses of Class
org.jboss.jandex.StrongInternPool
Packages that use StrongInternPool
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of StrongInternPool in org.jboss.jandex
Subclasses of StrongInternPool in org.jboss.jandexModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
Fields in org.jboss.jandex declared as StrongInternPoolModifier and TypeFieldDescriptionprivate StrongInternPool
<byte[]> NameTable.bytePool
private StrongInternPool
<FieldInternal> NameTable.fieldPool
private StrongInternPool
<MethodInternal> NameTable.methodPool
private StrongInternPool
<String> IndexWriterV1.pool
private StrongInternPool
<RecordComponentInternal> NameTable.recordComponentPool
private StrongInternPool
<String> NameTable.stringPool
private StrongInternPool
<Type[]> NameTable.typeListPool
private StrongInternPool
<Type> NameTable.typePool
Methods in org.jboss.jandex that return StrongInternPoolModifier and TypeMethodDescription(package private) StrongInternPool
<byte[]> NameTable.bytePool()
StrongInternPool.clone()
(package private) StrongInternPool
<FieldInternal> NameTable.fieldPool()
(package private) static StrongInternPool
<byte[]> StrongInternPool.forByteArrays()
(package private) static StrongInternPool
<FieldInternal> StrongInternPool.forFields()
(package private) static StrongInternPool
<MethodInternal> StrongInternPool.forMethods()
(package private) static StrongInternPool
<RecordComponentInternal> StrongInternPool.forRecordComponents()
(package private) static StrongInternPool
<String> StrongInternPool.forStrings()
(package private) static StrongInternPool
<Type[]> StrongInternPool.forTypeArrays()
(package private) static StrongInternPool
<Type> StrongInternPool.forTypes()
(package private) StrongInternPool
<MethodInternal> NameTable.methodPool()
(package private) StrongInternPool
<RecordComponentInternal> NameTable.recordComponentPool()
(package private) StrongInternPool
<String> NameTable.stringPool()