Package org.datanucleus.enhancer.asm
Class Attribute.Set
- java.lang.Object
-
- org.datanucleus.enhancer.asm.Attribute.Set
-
- Enclosing class:
- Attribute
static final class Attribute.Set extends java.lang.Object
A set of attribute prototypes (attributes with the same type are considered equal).
-
-
Field Summary
Fields Modifier and Type Field Description private Attribute[]
data
private int
size
private static int
SIZE_INCREMENT
-
Constructor Summary
Constructors Constructor Description Set()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
add(Attribute attribute)
(package private) void
addAttributes(Attribute attributeList)
private boolean
contains(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
-
-