public interface BooleanSet extends java.util.Set<java.lang.Boolean>, BooleanCollection
| Modifier and Type | Method and Description |
|---|---|
default boolean |
add(java.lang.Boolean e)
Deprecated.
|
default boolean |
contains(java.lang.Object o)
Deprecated.
|
BooleanIterator |
iterator()
Returns a Type-Specific Iterator to reduce (un)boxing
|
default boolean |
remBoolean(boolean o)
A Type-Specific remove function that reduces (un)boxing.
|
boolean |
remove(boolean o)
A Type Specific remove function to reduce boxing/unboxing
|
default boolean |
remove(java.lang.Object o)
Deprecated.
|
default BooleanSplititerator |
spliterator()
A Type Specific Type Splititerator to reduce boxing/unboxing
|
addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, contains, containsAll, containsAny, containsAny, removeAll, retainAll, toBooleanArray, toBooleanArrayforEach, forEachBooleanIterator iterator()
BooleanCollectioniterator in interface BooleanCollectioniterator in interface BooleanIterableiterator in interface java.util.Collection<java.lang.Boolean>iterator in interface java.lang.Iterable<java.lang.Boolean>iterator in interface java.util.Set<java.lang.Boolean>Collection.iterator()boolean remove(boolean o)
o - the element that should be removeddefault boolean remBoolean(boolean o)
BooleanCollectionremBoolean in interface BooleanCollectiono - the element that should be removedCollection.remove(Object)@Deprecated default boolean add(java.lang.Boolean e)
BooleanCollectionThis default implementation delegates to the corresponding type-specific function.
add in interface BooleanCollectionadd in interface java.util.Collection<java.lang.Boolean>add in interface java.util.Set<java.lang.Boolean>@Deprecated default boolean contains(java.lang.Object o)
BooleanCollectionThis default implementation delegates to the corresponding type-specific function.
contains in interface BooleanCollectioncontains in interface java.util.Collection<java.lang.Boolean>contains in interface java.util.Set<java.lang.Boolean>@Deprecated default boolean remove(java.lang.Object o)
BooleanCollectionThis default implementation delegates to the corresponding type-specific function.
remove in interface BooleanCollectionremove in interface java.util.Collection<java.lang.Boolean>remove in interface java.util.Set<java.lang.Boolean>default BooleanSplititerator spliterator()
spliterator in interface BooleanCollectionspliterator in interface BooleanIterablespliterator in interface java.util.Collection<java.lang.Boolean>spliterator in interface java.lang.Iterable<java.lang.Boolean>spliterator in interface java.util.Set<java.lang.Boolean>