Package org.nuxeo.ecm.core.storage
Class State.ArraysEntry
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.State.ArraysEntry
-
- All Implemented Interfaces:
Map.Entry<String,Serializable>
- Enclosing class:
- State
public class State.ArraysEntry extends Object implements Map.Entry<String,Serializable>
-
-
Constructor Summary
Constructors Constructor Description ArraysEntry(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()SerializablegetValue()SerializablesetValue(Serializable value)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceMap.Entry<String,Serializable>
-
getValue
public Serializable getValue()
- Specified by:
getValuein interfaceMap.Entry<String,Serializable>
-
setValue
public Serializable setValue(Serializable value)
- Specified by:
setValuein interfaceMap.Entry<String,Serializable>
-
-