|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.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 startsprotected abstract int[] getPathElements()
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||