Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor

java.lang.Object
  extended by com.tangosol.util.MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor

All Implemented Interfaces:
BinaryLongMap.EntryVisitor, MultiBinaryLongMap.SafeEntryVisitor
Enclosing class:
MultiBinaryLongMap.MaskedBinaryLongMap

protected class MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor
extends java.lang.Object
implements MultiBinaryLongMap.SafeEntryVisitor

MaskedEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this MaskedEntryVisitor.


Field Summary
protected  boolean f_fExisting
          Flag to indicate whether the underlying visitor is to visit only entries that logically exist in the MaskedBinaryLongMap.
protected  MultiBinaryLongMap.SafeEntryVisitor f_visitorSafe
          The wrapped (safe) predicate to apply to the logical entries of this MaskedBinaryLongMap.

 

Constructor Summary
MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor(BinaryLongMap.EntryVisitor visitor, boolean fExisting)
          Construct a DelegateEntryVisitor around the specified visitor.

 

Method Summary
 void visit(BinaryLongMap.Entry entry)
          Visit the specified entry.

 

Field Detail

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 Detail

MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor

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

Method Detail

visit

public void visit(BinaryLongMap.Entry entry)
Visit the specified entry.
Specified by:
visit in interface BinaryLongMap.EntryVisitor
Parameters:
entry - the entry

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.