|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Contains classes related to POF stream navigation and manipulation.
See:
Description
Interface Summary | |
---|---|
PofNavigator | The PofNavigator interface represents an algorithm for navigating a PofValue hierarchy in order to locate a contained PofValue for extraction, modification or removal purposes. |
PofValue | PofValue represents the POF data structure in a POF stream, or any sub-structure or value thereof. |
Class Summary | |
---|---|
AbstractPofPath | Abstract base class for static, path-based implementations of PofNavigator interface. |
AbstractPofValue | An abstract base class that implements common functionality for all PofValue types. |
ComplexPofValue | An abstract base class for complex POF types, such as collections, arrays, maps, and user types. |
PofArray | PofArray is a PofValue implementation for arrays. |
PofCollection | PofCollection is PofValue implementation for collections. |
PofSparseArray | PofSparseArray is PofSparseArray.NilPofValue implementation for sparse arrays. |
PofSparseArray.NilPofValue | NilPofValue represents a value that does not exist in the original POF stream. |
PofUniformArray | PofUniformArray is PofValue implementation for uniform arrays. |
PofUniformCollection | PofUniformCollection is PofValue implementation for uniform collections. |
PofUniformSparseArray | PofUniformSparseArray is PofValue implementation for uniform sparse arrays. |
PofUserType | PofUserType is PofValue implementation for user types. |
PofValueParser | Parses POF-encoded binary and returns an instance of a PofValue wrapper for it. |
SimplePofPath | A static PofNavigator implementation which uses an array of integer indices to navigate the PofValue hierarchy. |
SimplePofValue | SimplePofValue represents POF values which do not contain children (e.g. |
Exception Summary | |
---|---|
PofNavigationException | PofNavigationException indicates a failure to navigate a PofValue hierarchy. |
Contains classes related to POF stream navigation and manipulation.
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |