|
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.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® 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 | |||||||