protected static class SparseArray.ObjectNode<V> extends AbstractSparseArray.Node<V>
| Constructor and Description |
|---|
ObjectNode(long lKey,
V oValue) |
| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Get the value associated with the node.
|
V |
setValue(V oValue)
Set the value associated with the node.
|
protected V m_oValue
public ObjectNode(long lKey,
V oValue)
public V setValue(V oValue)
setValue in class AbstractSparseArray.Node<V>oValue - the value associated with the nodepublic V getValue()
getValue in class AbstractSparseArray.Node<V>