Package org.reactfx.util
Class EmptyAccuMap<K,V,A>
java.lang.Object
org.reactfx.util.EmptyAccuMap<K,V,A>
- All Implemented Interfaces:
AccuMap<K,
V, A>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <K,
V, A> AccuMap <K, V, A> instance()
boolean
isEmpty()
peek
(AccumulationFacility<V, A> af) updatePeeked
(A newAccumulatedValue)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyAccuMap
private EmptyAccuMap()
-
-
Method Details
-
instance
-
isEmpty
public boolean isEmpty() -
peek
-
dropPeeked
- Specified by:
dropPeeked
in interfaceAccuMap<K,
V, A>
-
updatePeeked
- Specified by:
updatePeeked
in interfaceAccuMap<K,
V, A>
-
addAll
-