public class UnmodifiableBasicSetChained<V> extends java.lang.Object implements UnmodifiableBasicSet<V>
EMPTY_UNMODIFIABLEBASICSET
Constructor and Description |
---|
UnmodifiableBasicSetChained(UnmodifiableBasicSet<V>... sets) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(V value) |
boolean |
isEmpty() |
java.util.Iterator<V> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEmpty, isEmpty, isEmptyQuietly
public UnmodifiableBasicSetChained(UnmodifiableBasicSet<V>... sets)
public boolean contains(V value)
contains
in interface UnmodifiableBasicSet<V>