public abstract class AbstractBooleanSet extends AbstractBooleanCollection implements BooleanSet
| Constructor and Description |
|---|
AbstractBooleanSet() |
| Modifier and Type | Method and Description |
|---|---|
AbstractBooleanSet |
copy()
A Function that does a shallow clone of the Collection itself.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract BooleanIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
add, addAll, addAll, contains, contains, containsAll, containsAll, containsAny, containsAny, remBoolean, remove, removeAll, removeAll, retainAll, retainAll, toBooleanArray, toBooleanArrayclear, isEmpty, removeAll, retainAll, size, toArray, toArray, toStringadd, contains, remBoolean, remove, remove, spliteratoraddAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, addAll, addAll, addAll, contains, containsAll, containsAny, containsAny, pour, removeAll, removeAll, retainAll, retainAll, synchronize, synchronize, toBooleanArray, toBooleanArray, unmodifiablearrayflatMap, asAsync, count, distinct, filter, findFirst, flatMap, forEach, forEach, forEach, limit, map, matchesAll, matchesAny, matchesNone, peek, pourAsList, reduce, reduce, sortedpublic abstract BooleanIterator iterator()
BooleanCollectioniterator in interface java.lang.Iterable<java.lang.Boolean>iterator in interface java.util.Collection<java.lang.Boolean>iterator in interface java.util.Set<java.lang.Boolean>iterator in interface BooleanCollectioniterator in interface BooleanIterableiterator in interface BooleanSetiterator in class AbstractBooleanCollectionCollection.iterator()public AbstractBooleanSet copy()
BooleanCollectioncopy in interface BooleanCollectioncopy in interface BooleanSetcopy in class AbstractBooleanCollectionpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Boolean>hashCode in interface java.util.Set<java.lang.Boolean>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Boolean>equals in interface java.util.Set<java.lang.Boolean>equals in class java.lang.Object