Uses of Interface
org.reactfx.util.AccuMap
Packages that use AccuMap
-
Uses of AccuMap in org.reactfx.util
Classes in org.reactfx.util that implement AccuMapModifier and TypeClassDescription(package private) class
EmptyAccuMap<K,
V, A> (package private) class
HashAccuMap<K,
V, A> (package private) class
IteratorBasedAccuMap<K,
V, A> Fields in org.reactfx.util declared as AccuMapModifier and TypeFieldDescriptionNotificationAccumulatorBase.accuMap
private static final AccuMap
<?, ?, ?> EmptyAccuMap.INSTANCE
Methods in org.reactfx.util that return AccuMapModifier and TypeMethodDescriptionAccuMap.dropPeeked()
EmptyAccuMap.dropPeeked()
HashAccuMap.dropPeeked()
IteratorBasedAccuMap.dropPeeked()
static <K,
V, A> AccuMap <K, V, A> AccuMap.empty()
(package private) static <K,
V, A> AccuMap <K, V, A> EmptyAccuMap.instance()
AccuMap.updatePeeked
(A newAccumulatedValue) EmptyAccuMap.updatePeeked
(A newAccumulatedValue) HashAccuMap.updatePeeked
(A newAccumulatedValue) IteratorBasedAccuMap.updatePeeked
(A newAccumulatedValue)