public class SubSet<T> extends FastSet<T>
| Modifier | Constructor and Description |
|---|---|
protected |
SubSet(FastSet<T> parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected boolean |
isSet(int index) |
Iterator<T> |
iterator() |
int |
size() |
add, and, contains, copy, isEmpty, main, or, remove, singleSub, subequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringCopyright © 2014. All rights reserved.