|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.io.pof.reflect.AbstractPofPath
public abstract class AbstractPofPath
Abstract base class for static, path-based implementations of
PofNavigator interface.
| Constructor Summary | |
|---|---|
AbstractPofPath()
|
|
| Method Summary | |
|---|---|
protected abstract int[] |
getPathElements()
Return a collection of path elements. |
PofValue |
navigate(PofValue valueOrigin)
Locate the PofValue identified by this PofNavigator within the
passed PofValue. |
| Methods inherited from interface com.tangosol.io.pof.PortableObject |
|---|
readExternal, writeExternal |
| Constructor Detail |
|---|
public AbstractPofPath()
| Method Detail |
|---|
public PofValue navigate(PofValue valueOrigin)
PofValue identified by this PofNavigator within the
passed PofValue.
navigate in interface PofNavigatorvalueOrigin - the origin from which navigation starts
protected abstract int[] getPathElements()
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||