| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
int |
threshold |
Object[] |
values |
| Modifier and Type | Method and Description |
|---|---|
Object |
add(Object object) |
Object |
addIfNotIncluded(Object object) |
void |
asArray(Object[] copy) |
void |
clear() |
Object |
clone() |
boolean |
includes(Object object) |
Object |
remove(Object object) |
String |
toString() |
public Object[] values
public int elementSize
public int threshold
public void asArray(Object[] copy)
public void clear()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean includes(Object object)
Copyright © 2015. All rights reserved.