Class ClassConstantPool
java.lang.Object
org.apache.commons.compress.harmony.unpack200.bytecode.ClassConstantPool
The Class constant pool
-
Field Summary
Modifier and TypeFieldDescriptionprotected HashSet<ClassFileEntry>
protected Map<ClassFileEntry,
Integer> protected HashSet<ClassFileEntry>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadd
(ClassFileEntry entry) void
entries()
get
(int i) int
indexOf
(ClassFileEntry entry) void
int
size()
protected void
-
Field Details
-
entriesContainsSet
-
othersContainsSet
-
indexCache
-
-
Constructor Details
-
ClassConstantPool
public ClassConstantPool()
-
-
Method Details
-
add
-
addNestedEntries
-
addWithNestedEntries
-
entries
-
get
-
indexOf
-
resolve
-
size
-
sortClassPool
-