Package one.util.streamex
Class Internals.BooleanMap<T>
- Enclosing interface:
- Internals
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(Object key) entrySet()
(package private) static <A,
R> Internals.PartialCollector<Internals.BooleanMap<A>, Map<Boolean, R>> partialCollector
(Collector<?, A, R> downstream) int
size()
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, toString, values
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
Constructor Details
-
BooleanMap
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceMap<Boolean,
T> - Overrides:
containsKey
in classAbstractMap<Boolean,
T>
-
get
-
entrySet
-
size
public int size() -
partialCollector
static <A,R> Internals.PartialCollector<Internals.BooleanMap<A>,Map<Boolean, partialCollectorR>> (Collector<?, A, R> downstream)
-