public class State.ArraysEntry extends Object implements Map.Entry<String,Serializable>
Constructor and Description |
---|
ArraysEntry(int index) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
Serializable |
getValue() |
Serializable |
setValue(Serializable value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public ArraysEntry(int index)
public Serializable getValue()
getValue
in interface Map.Entry<String,Serializable>
public Serializable setValue(Serializable value)
setValue
in interface Map.Entry<String,Serializable>
Copyright © 2015 Nuxeo SA. All rights reserved.