juggernaut.cef
public class RandomBagSet<E> extends RandomBag<E> implements Set<E>
| Constructor Summary | |
|---|---|
| RandomBagSet() | |
| RandomBagSet(Collection<? extends E> c) | |
| RandomBagSet(int initCapacity) | |
| Method Summary | |
|---|---|
| boolean | add(E e) |
| boolean | addAll(Collection<? extends E> c) |
| void | clear() |
| boolean | isEmpty() |
| Iterator<E> | iterator() |
| E | remove() |
| int | size() |
| Object[] | toArray() |
| <T> T[] | toArray(T[] a) |