Package org.symphonyoss.s2.canon.model
Class ValueMap<K,V>
- java.lang.Object
-
- org.symphonyoss.s2.canon.model.ValueMap<K,V>
-
- All Implemented Interfaces:
Iterable<ValueMap.Entry<K,V>>
public class ValueMap<K,V> extends Object implements Iterable<ValueMap.Entry<K,V>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValueMap.Entry<K,V>
-
Constructor Summary
Constructors Constructor Description ValueMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-