Uses of Class
com.tangosol.io.pof.ValidatingPofHandler.Complex
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of ValidatingPofHandler.Complex in com.tangosol.io.pof
Modifier and TypeClassDescriptionclass
A ComplexMap object represents a map data structure (potentially with uniform keys or with uniform keys and values) in the POF stream.Modifier and TypeMethodDescriptionprotected ValidatingPofHandler.Complex
ValidatingPofHandler.getComplex()
Obtain the current Complex object, if any.ValidatingPofHandler.Complex.pop()
Pop this Complex object off the stack, returning the outer Complex object or null if there is none.ModifierConstructorDescriptionComplex
(ValidatingPofHandler.Complex complexCurrent, int cElements, boolean fContiguous) Construct a Complex object for a data collection or user type.Complex
(ValidatingPofHandler.Complex complexCurrent, int cElements, boolean fContiguous, int nUniformTypeId) Construct a Complex object for a uniformly-typed data collection.ComplexMap
(ValidatingPofHandler.Complex complexCurrent, int cElements) Construct a Complex object for a uniform-keys map.ComplexMap
(ValidatingPofHandler.Complex complexCurrent, int cElements, int nUniformKeyTypeId) Construct a Complex object for a uniform-keys map.ComplexMap
(ValidatingPofHandler.Complex complexCurrent, int cElements, int nUniformKeyTypeId, int nUniformValTypeId) Construct a Complex object for a uniform map.