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) classEmptyAccuMap<K,V, A> (package private) classHashAccuMap<K,V, A> (package private) classIteratorBasedAccuMap<K,V, A> Fields in org.reactfx.util declared as AccuMapModifier and TypeFieldDescriptionNotificationAccumulatorBase.accuMapprivate static final AccuMap<?, ?, ?> EmptyAccuMap.INSTANCEMethods 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)