public class KVList extends Object implements Serializable, Iterable<KeyData>
| Constructor and Description |
|---|
KVList() |
KVList(int size) |
KVList(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
KVList |
add(String key,
Object value) |
KeyData |
getPair(String key)
not extremely efficient way to retrieve an element
|
Iterator<KeyData> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2015 LSST. All rights reserved.