@Deprecated public class KVList extends Object implements Serializable, Iterable<KeyData>
| Constructor and Description |
|---|
KVList()
Deprecated.
|
KVList(int size)
Deprecated.
|
KVList(String key,
Object value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
KVList |
add(String key,
Object value)
Deprecated.
|
KeyData |
getPair(String key)
Deprecated.
|
Iterator<KeyData> |
iterator()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@Deprecated public KVList(int size)
@Deprecated public KVList()
@Deprecated public KVList(String key, Object value)
@Deprecated public final KVList add(String key, Object value)
@Deprecated public KeyData getPair(String key)
key - Copyright © 2015 LSST. All rights reserved.