Uses of Interface
com.tangosol.util.SegmentedHashMap.IterableEntryAction
-
Packages that use SegmentedHashMap.IterableEntryAction Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of SegmentedHashMap.IterableEntryAction in com.tangosol.util
Classes in com.tangosol.util that implement SegmentedHashMap.IterableEntryAction Modifier and Type Class Description protected classSegmentedConcurrentMap.ConditionalRemoveActionAction support for a conditional remove().protected classSegmentedConcurrentMap.RemoveActionAction support for remove().protected static classSegmentedConcurrentMap.SizeActionAction support for size().protected classSegmentedConcurrentMap.UnlockActionAction support for unlock().protected static classSegmentedHashMap.ContainsValueActionAction support for containsValue().protected static classSegmentedHashMap.EntryActionAdapterEntryActionAdapter is a convenience class that provides default implementations for the EntryAction and IterableEntryAction interface methods.protected classSegmentedHashMap.RemoveActionAction support for remove().Methods in com.tangosol.util with parameters of type SegmentedHashMap.IterableEntryAction Modifier and Type Method Description protected ObjectSegmentedHashMap. invokeOnAllKeys(Object oContext, boolean fLock, SegmentedHashMap.IterableEntryAction actionEntry)Perform an action on all Entries in the map.protected Object[]SegmentedHashMap. toArrayInternal(SegmentedHashMap.IterableEntryAction action, Object[] a)Apply the specified toArray() action to the entries in the map.
-