Package com.swiftmq.tools.collection
Class ListSet
java.lang.Object
com.swiftmq.tools.collection.ListSet
-
Constructor Details
-
ListSet
public ListSet(int max)
-
-
Method Details
-
resize
public void resize(int newSize) -
add
-
forwardIterator
-
backwardIterator
-
addAll
-
removeAll
-
remove
-
contains
-
size
public int size() -
getMax
public int getMax() -
clear
public void clear()
-