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 Details

    • f_visitorSafe

      protected final MultiBinaryLongMap.SafeEntryVisitor f_visitorSafe
      The wrapped (safe) predicate to apply to the logical entries of this MaskedBinaryLongMap.
    • f_fExisting

      protected final boolean f_fExisting
      Flag to indicate whether the underlying visitor is to visit only entries that logically exist in the MaskedBinaryLongMap.
  • Constructor Details

    • MaskedEntryVisitor

      public MaskedEntryVisitor(BinaryLongMap.EntryVisitor visitor, boolean fExisting)
      Construct a DelegateEntryVisitor around the specified visitor.
      Parameters:
      visitor - the underlying EntryVisitor
  • Method Details