Class CallAnalyse.ThreadStatistics
- All Implemented Interfaces:
Serializable, Cloneable, Map<String, CallAnalyse.CallStatistics>, NavigableMap<String, CallAnalyse.CallStatistics>, SequencedMap<String, CallAnalyse.CallStatistics>, SortedMap<String, CallAnalyse.CallStatistics>
- Enclosing class:
CallAnalyse
public static class CallAnalyse.ThreadStatistics
extends TreeMap<String, CallAnalyse.CallStatistics>
- Author:
- Benjamin Poussin - poussin@codelutin.com
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putFirst, putIfAbsent, putLast, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesMethods inherited from class AbstractMap
equals, hashCode, isEmptyMethods inherited from interface NavigableMap
reversedMethods inherited from interface SequencedMap
sequencedEntrySet, sequencedKeySet, sequencedValues
-
Field Details
-
activated
protected boolean activated
-
-
Constructor Details
-
ThreadStatistics
public ThreadStatistics()
-
-
Method Details
-
getActivated
public boolean getActivated() -
setActivated
public void setActivated(boolean activated) -
get
-
toString
- Overrides:
toStringin classAbstractMap<String, CallAnalyse.CallStatistics>
-