static final class Attribute.Set
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Attribute[] |
data |
private int |
size |
private static int |
SIZE_INCREMENT |
Constructor and Description |
---|
Set() |
Modifier and Type | Method and Description |
---|---|
private void |
add(Attribute attribute) |
(package private) void |
addAttributes(Attribute attributeList) |
private boolean |
contains(Attribute attribute) |
(package private) Attribute[] |
toArray() |
private static final int SIZE_INCREMENT
private int size
private Attribute[] data