public class ValueMap<K,V> extends Object implements Iterable<ValueMap.Entry<K,V>>
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueMap.Entry<K,V> |
| Constructor and Description |
|---|
ValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ValueMap<K,V> |
append(K name,
V value) |
ValueMap<K,V> |
append(K name,
V value,
V defaultValue) |
ValueMap<K,V> |
insert(K name,
V value) |
ValueMap<K,V> |
insert(K name,
V value,
V defaultValue) |
Iterator<ValueMap.Entry<K,V>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<ValueMap.Entry<K,V>> iterator()
iterator in interface Iterable<ValueMap.Entry<K,V>>Copyright © 2018 Symphony Software Foundation. All rights reserved.