Package org.jpmml.evaluator
Class ValueMap<K,V extends java.lang.Number>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<K,Value<V>>
-
- org.jpmml.evaluator.ValueMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<Value<V>>,java.util.Map<K,Value<V>>
public class ValueMap<K,V extends java.lang.Number> extends java.util.LinkedHashMap<K,Value<V>> implements java.lang.Iterable<Value<V>>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Value<V>ensureValue(K key)protected ValueFactory<V>getValueFactory()java.util.Iterator<Value<V>>iterator()-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-