|
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.AbstractDelegateBinaryLongMap.DelegateEntryVisitor
protected class MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor
DelegateEntryVisitor is a wrapper for an EntryVisitor that exposes the logical entries of this AbstractDelegateBinaryLongMap.
| Nested Class Summary | |
|---|---|
protected class |
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntryWrapperEntry is used to wrap an Entry from the master key-tree (which associates the key with the encoded slot-id) and associate it with the logical value associated with this AbstractDelegatingBinaryLongMap for the purposes of exposing to the predicate. |
| Field Summary | |
|---|---|
protected MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry |
f_entryTempThe (singleton) WrapperEntry that is used in the visitor iteration. |
protected boolean |
f_fExistingFlag indicating whether the underlying visitor should visit only entries that logically exist. |
protected int |
f_iIndexThe index of the DelegatingBinaryLongMap. |
protected MultiBinaryLongMap.LongStorage |
f_storeThe LongStorage. |
protected BinaryLongMap.EntryVisitor |
f_visitorThe wrapped (safe) predicate to apply to the logical entries of this DelegatingBinaryLongMap. |
| Constructor Summary | |
|---|---|
MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor(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 transient MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor.WrapperEntry f_entryTemp
protected final BinaryLongMap.EntryVisitor f_visitor
protected final int f_iIndex
protected final MultiBinaryLongMap.LongStorage f_store
protected final boolean f_fExisting
| Constructor Detail |
|---|
public MultiBinaryLongMap.AbstractDelegateBinaryLongMap.DelegateEntryVisitor(BinaryLongMap.EntryVisitor visitor,
boolean fExisting)
visitor - the underlying EntryVisitorfExisting - true iff the underlying visitor should only visit existing entries| 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 | |||||||