|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor
protected class MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor
MaskedEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this MaskedEntryVisitor.
| Field Summary | |
|---|---|
protected boolean |
f_fExistingFlag to indicate whether the underlying visitor is to visit only entries that logically exist in the MaskedBinaryLongMap. |
protected MultiBinaryLongMap.SafeEntryVisitor |
f_visitorSafeThe 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 |
|---|
protected final MultiBinaryLongMap.SafeEntryVisitor f_visitorSafe
protected final boolean f_fExisting
| Constructor Detail |
|---|
public MultiBinaryLongMap.MaskedBinaryLongMap.MaskedEntryVisitor(BinaryLongMap.EntryVisitor visitor,
boolean fExisting)
visitor - the underlying EntryVisitor| Method Detail |
|---|
public void visit(BinaryLongMap.Entry entry)
visit in interface BinaryLongMap.EntryVisitorentry - the entry
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||