|
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.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 type
public 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 map| Method Detail |
|---|
public void onValue(int iPos)
onValue in class WritingPofHandler.ComplexiPos - the position that accomponied the valuepublic boolean isUniform()
isUniform in class WritingPofHandler.Complexpublic int getUniformType()
getUniformType in class WritingPofHandler.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 | |||||||