Uses of Class
com.tangosol.io.pof.ValidatingPofHandler.Complex
-
Packages that use ValidatingPofHandler.Complex Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of ValidatingPofHandler.Complex in com.tangosol.io.pof
Subclasses of ValidatingPofHandler.Complex in com.tangosol.io.pof Modifier and Type Class Description class
ValidatingPofHandler.ComplexMap
A ComplexMap object represents a map data structure (potentially with uniform keys or with uniform keys and values) in the POF stream.Methods in com.tangosol.io.pof that return ValidatingPofHandler.Complex Modifier and Type Method Description protected ValidatingPofHandler.Complex
ValidatingPofHandler. getComplex()
Obtain the current Complex object, if any.ValidatingPofHandler.Complex
ValidatingPofHandler.Complex. pop()
Pop this Complex object off the stack, returning the outer Complex object or null if there is none.Constructors in com.tangosol.io.pof with parameters of type ValidatingPofHandler.Complex Constructor Description Complex(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.
-