|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.util.Base
com.tangosol.io.pof.ValidatingPofHandler.Complex
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 entriespublic 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 mappublic 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 mapMethod Detail |
---|
public void checkPosition(int iPos)
checkPosition
in class ValidatingPofHandler.Complex
iPos
- the position that accomponied the valuepublic int getNextPosition()
getNextPosition
in class ValidatingPofHandler.Complex
public boolean isUniform()
isUniform
in class ValidatingPofHandler.Complex
public int getUniformType()
getUniformType
in class ValidatingPofHandler.Complex
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |