public abstract class FixedSizeSet<T>
extends java.util.AbstractSet<T>
| Constructor and Description |
|---|
FixedSizeSet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |
abstract T |
readItem(int index)
Reads the item at
index |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait