Package com.aparapi.internal.model
Class ClassModel.AttributePool.PoolEntry<T>
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
-
- com.aparapi.internal.model.ClassModel.AttributePool.PoolEntry<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
- Direct Known Subclasses:
ClassModel.AttributePool.ExceptionEntry
,ClassModel.AttributePool.InnerClassesEntry
,ClassModel.AttributePool.LineNumberTableEntry
,ClassModel.AttributePool.RealLocalVariableTableEntry
,ClassModel.AttributePool.RuntimeAnnotationsEntry
,ClassModel.AttributePool.RuntimeParameterAnnotationsEntry
- Enclosing class:
- ClassModel.AttributePool
public abstract class ClassModel.AttributePool.PoolEntry<T> extends ClassModel.AttributePool.AttributePoolEntry implements java.lang.Iterable<T>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<T>
pool
-
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
length, nameIndex
-
-
Constructor Summary
Constructors Constructor Description PoolEntry(int _nameIndex, int _length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<T>
getPool()
java.util.Iterator<T>
iterator()
-
Methods inherited from class com.aparapi.internal.model.ClassModel.AttributePool.AttributePoolEntry
getAttributePool, getLength, getName, getNameIndex
-
-