public abstract class ClassModel.AttributePool.PoolEntry<T> extends ClassModel.AttributePool.AttributePoolEntry implements java.lang.Iterable<T>
Modifier and Type | Field and Description |
---|---|
private java.util.List<T> |
pool |
length, nameIndex
Constructor and Description |
---|
PoolEntry(int _nameIndex,
int _length) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getPool() |
java.util.Iterator<T> |
iterator() |
getAttributePool, getLength, getName, getNameIndex