Package org.objectweb.asm
Class Attribute.Set
- java.lang.Object
-
- org.objectweb.asm.Attribute.Set
-
- Enclosing class:
- Attribute
static final class Attribute.Set extends java.lang.ObjectA set of attribute prototypes (attributes with the same type are considered equal).
-
-
Field Summary
Fields Modifier and Type Field Description private Attribute[]dataprivate intsizeprivate static intSIZE_INCREMENT
-
Constructor Summary
Constructors Constructor Description Set()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidadd(Attribute attribute)(package private) voidaddAttributes(Attribute attributeList)private booleancontains(Attribute attribute)(package private) Attribute[]toArray()
-
-
-
Field Detail
-
SIZE_INCREMENT
private static final int SIZE_INCREMENT
- See Also:
- Constant Field Values
-
size
private int size
-
data
private Attribute[] data
-
-