Package io.ultreia.java4all.util
Class CallAnalyse.ThreadStatistics
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.TreeMap<String,CallAnalyse.CallStatistics>
-
- io.ultreia.java4all.util.CallAnalyse.ThreadStatistics
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,CallAnalyse.CallStatistics>,NavigableMap<String,CallAnalyse.CallStatistics>,SortedMap<String,CallAnalyse.CallStatistics>
- Enclosing class:
- CallAnalyse
public static class CallAnalyse.ThreadStatistics extends TreeMap<String,CallAnalyse.CallStatistics>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanactivated
-
Constructor Summary
Constructors Constructor Description ThreadStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallAnalyse.CallStatisticsget(String name)booleangetActivated()voidsetActivated(boolean activated)StringtoString()-
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
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove
-
-
-
-
Method Detail
-
getActivated
public boolean getActivated()
-
setActivated
public void setActivated(boolean activated)
-
get
public CallAnalyse.CallStatistics get(String name)
-
toString
public String toString()
- Overrides:
toStringin classAbstractMap<String,CallAnalyse.CallStatistics>
-
-