Class SimpleSet
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.util.SimpleSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
values
-
elementSize
public int elementSize -
threshold
public int threshold
-
-
Constructor Details
-
SimpleSet
public SimpleSet() -
SimpleSet
public SimpleSet(int size)
-
-
Method Details
-
add
-
addIfNotIncluded
-
asArray
-
clear
public void clear() -
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
includes
-
remove
-
toString
-