Package net.n2oapp.criteria.dataset
Class Interval<T extends java.lang.Comparable>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,T>
-
- net.n2oapp.criteria.dataset.Interval<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,T>
public class Interval<T extends java.lang.Comparable> extends java.util.HashMap<java.lang.String,T>Интервал значений- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetBegin()java.lang.ClassgetDomain()TgetEnd()voidsetBegin(java.lang.Object begin)voidsetEnd(java.lang.Object end)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-