E
- public class TwoElementSet<E> extends AbstractSet<E>
FlowFunction
Constructor and Description |
---|
TwoElementSet(E first,
E second) |
Modifier and Type | Method and Description |
---|---|
Iterator<E> |
iterator() |
int |
size() |
static <E> TwoElementSet<E> |
twoElementSet(E first,
E second) |
equals, hashCode, removeAll
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public static <E> TwoElementSet<E> twoElementSet(E first, E second)
public int size()
size
in interface Collection<E>
size
in interface Set<E>
size
in class AbstractCollection<E>
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.