|
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.WritingPofHandler.Complex
com.tangosol.io.pof.WritingPofHandler.ComplexMap
public static class WritingPofHandler.ComplexMap
A ComplexMap object represents a map data structure (with uniform keys or with uniform keys and values) in the POF stream.
Constructor Summary | |
---|---|
WritingPofHandler.ComplexMap(WritingPofHandler.Complex complexCurrent,
int nUniformKeyTypeId)
Construct a ComplexMap object for maps with uniformly-typed keys. |
|
WritingPofHandler.ComplexMap(WritingPofHandler.Complex complexCurrent,
int nUniformKeyTypeId,
int nUniformValTypeId)
Construct a ComplexMap object for maps with uniformly-typed keys and values. |
Method Summary | |
---|---|
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. |
void |
onValue(int iPos)
Notify the Complex object that a value has been encountered. |
Methods inherited from class com.tangosol.io.pof.WritingPofHandler.Complex |
---|
isSparse, pop |
Constructor Detail |
---|
public WritingPofHandler.ComplexMap(WritingPofHandler.Complex complexCurrent, int nUniformKeyTypeId)
complexCurrent
- the current Complex object or nullnUniformKeyTypeId
- the type identifier of the uniform typepublic WritingPofHandler.ComplexMap(WritingPofHandler.Complex complexCurrent, int nUniformKeyTypeId, int nUniformValTypeId)
complexCurrent
- the current Complex object or nullnUniformKeyTypeId
- 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 onValue(int iPos)
onValue
in class WritingPofHandler.Complex
iPos
- the position that accomponied the valuepublic boolean isUniform()
isUniform
in class WritingPofHandler.Complex
public int getUniformType()
getUniformType
in class WritingPofHandler.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 |