Package org.jreliability.common
Class Samples
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.TreeMap<java.lang.Double,java.lang.Double>
-
- org.jreliability.common.Samples
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.Double,java.lang.Double>
,java.util.NavigableMap<java.lang.Double,java.lang.Double>
,java.util.SortedMap<java.lang.Double,java.lang.Double>
public class Samples extends java.util.TreeMap<java.lang.Double,java.lang.Double>
TheSamples
contains all the sample values derived by the analysis.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Samples()
-
Method Summary
-
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
-
-