E - public class TwoElementSet<E>
extends java.util.AbstractSet<E>
FlowFunction| Constructor and Description |
|---|
TwoElementSet(E first,
E second) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<E> |
iterator() |
int |
size() |
static <E> TwoElementSet<E> |
twoElementSet(E first,
E second) |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static <E> TwoElementSet<E> twoElementSet(E first, E second)
public java.util.Iterator<E> iterator()