| 
 | 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.util.Base
       com.tangosol.io.pof.ValidatingPofHandler.Complex
com.tangosol.io.pof.ValidatingPofHandler.Complex
           com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
com.tangosol.io.pof.ValidatingPofHandler.ComplexMap
public 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.
| Constructor Summary | |
|---|---|
| ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex complexCurrent, int cElements)Construct a Complex object for a uniform-keys map. | |
| ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex complexCurrent, int cElements, int nUniformKeyTypeId)Construct a Complex object for a uniform-keys map. | |
| ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex complexCurrent, int cElements, int nUniformKeyTypeId, int nUniformValTypeId)Construct a Complex object for a uniform map. | |
| Method Summary | |
|---|---|
|  void | checkPosition(int iPos)Notify the Complex object that a value has been encountered. | 
|  int | getNextPosition()For complex values with contiguous values, obtain the next position. | 
|  int | getUniformType()If the object encoding is using uniform encoding, obtain the type id of the uniform type. | 
|  boolean | isUniform()Determine if the object encoding within the Complex type is uniform. | 
| Methods inherited from class com.tangosol.io.pof.ValidatingPofHandler.Complex | 
|---|
| getElementCount, getLastPosition, isContiguous, pop | 
| Constructor Detail | 
|---|
public ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex complexCurrent,
                                       int cElements)
complexCurrent - the current Complex object or nullcElements - the number of map entries
public ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex complexCurrent,
                                       int cElements,
                                       int nUniformKeyTypeId)
complexCurrent - the current Complex object or nullcElements - the number of map entriesnUniformKeyTypeId - the type identifier of the uniform type for keys in the map
public ValidatingPofHandler.ComplexMap(ValidatingPofHandler.Complex complexCurrent,
                                       int cElements,
                                       int nUniformKeyTypeId,
                                       int nUniformValTypeId)
complexCurrent - the current Complex object or nullcElements - the number of map entriesnUniformKeyTypeId - the type identifier of the uniform type for keys in the mapnUniformValTypeId - the type identifier of the uniform type for values in the map| Method Detail | 
|---|
public void checkPosition(int iPos)
checkPosition in class ValidatingPofHandler.ComplexiPos - the position that accomponied the valuepublic int getNextPosition()
getNextPosition in class ValidatingPofHandler.Complexpublic boolean isUniform()
isUniform in class ValidatingPofHandler.Complexpublic int getUniformType()
getUniformType in class ValidatingPofHandler.Complex| 
 | 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 | |||||||