Uses of Interface
com.gigaspaces.internal.collections.MapProcedure
Packages that use MapProcedure
Package
Description
-
Uses of MapProcedure in com.gigaspaces.internal.cluster.node.impl.backlog
Classes in com.gigaspaces.internal.cluster.node.impl.backlog that implement MapProcedureModifier and TypeClassDescriptionclassclassclass -
Uses of MapProcedure in com.gigaspaces.internal.collections
Methods in com.gigaspaces.internal.collections with parameters of type MapProcedureModifier and TypeMethodDescription<K,V> boolean CollectionsFactory.forEachEntry(Map<K, V> map, MapProcedure<K, V> procedure) -
Uses of MapProcedure in com.gigaspaces.internal.collections.trove
Methods in com.gigaspaces.internal.collections.trove with parameters of type MapProcedureModifier and TypeMethodDescription<K,V> boolean TroveCollectionsFactory.forEachEntry(Map<K, V> map, MapProcedure<K, V> procedure)