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 String
getKey()
Serializable
getValue()
Serializable
setValue(Serializable value)
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceMap.Entry<String,Serializable>
-
getValue
public Serializable getValue()
- Specified by:
getValue
in interfaceMap.Entry<String,Serializable>
-
setValue
public Serializable setValue(Serializable value)
- Specified by:
setValue
in interfaceMap.Entry<String,Serializable>
-
-