Package com.tangosol.util
Class MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor
java.lang.Object
com.tangosol.util.MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor
- All Implemented Interfaces:
BinaryLongMap.EntryVisitor
,MultiBinaryLongMap.SafeEntryVisitor
- Enclosing class:
MultiBinaryLongMap.MaskedBinaryLongMap
protected class MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor
extends Object
implements MultiBinaryLongMap.SafeEntryVisitor
MaskedEntryVisitor is a wrapper for an EntryVisitor that exposes
the logical entries of this MaskedEntryVisitor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final boolean
Flag to indicate whether the underlying visitor is to visit only entries that logically exist in the MaskedBinaryLongMap.protected final MultiBinaryLongMap.SafeEntryVisitor
The wrapped (safe) predicate to apply to the logical entries of this MaskedBinaryLongMap. -
Constructor Summary
ConstructorsConstructorDescriptionMaskedEntryVisitor
(BinaryLongMap.EntryVisitor visitor, boolean fExisting) Construct a DelegateEntryVisitor around the specified visitor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(BinaryLongMap.Entry entry) Visit the specified entry.
-
Field Details
-
f_visitorSafe
The wrapped (safe) predicate to apply to the logical entries of this MaskedBinaryLongMap. -
f_fExisting
protected final boolean f_fExistingFlag to indicate whether the underlying visitor is to visit only entries that logically exist in the MaskedBinaryLongMap.
-
-
Constructor Details
-
MaskedEntryVisitor
Construct a DelegateEntryVisitor around the specified visitor.- Parameters:
visitor
- the underlying EntryVisitor
-
-
Method Details
-
visit
Visit the specified entry.- Specified by:
visit
in interfaceBinaryLongMap.EntryVisitor
- Parameters:
entry
- the entry
-