Uses of Interface
com.tangosol.util.SegmentedHashMap.IterableEntryAction
Packages that use SegmentedHashMap.IterableEntryAction
-
Uses of SegmentedHashMap.IterableEntryAction in com.tangosol.util
Classes in com.tangosol.util that implement SegmentedHashMap.IterableEntryActionModifier and TypeClassDescriptionprotected class
Action support for a conditional remove().protected class
Action support for remove().protected static class
Action support for size().protected class
Action support for unlock().protected static class
Action support for containsValue().protected static class
EntryActionAdapter is a convenience class that provides default implementations for the EntryAction and IterableEntryAction interface methods.protected class
Action support for remove().Methods in com.tangosol.util with parameters of type SegmentedHashMap.IterableEntryActionModifier and TypeMethodDescriptionprotected Object
SegmentedHashMap.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.