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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <E> TwoElementSet<E> twoElementSet(E first, E second)
public java.util.Iterator<E> iterator()