Class MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor

java.lang.Object
com.tangosol.util.MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor
All Implemented Interfaces:
BinaryLongMap.EntryVisitor, MultiBinaryLongMap.SafeEntryVisitor
Enclosing class:
MultiBinaryLongMap.AbstractDelegateBinaryLongMap

protected class MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor extends Object implements MultiBinaryLongMap.SafeEntryVisitor
DelegateEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this AbstractDelegateBinaryLongMap.
  • Field Details

  • Constructor Details

    • DelegateEntryVisitor

      public DelegateEntryVisitor(BinaryLongMap.EntryVisitor visitor, boolean fExisting)
      Construct a DelegateEntryVisitor around the specified visitor.
      Parameters:
      visitor - the underlying EntryVisitor
      fExisting - true iff the underlying visitor should only visit existing entries
  • Method Details