public static class CallAnalyse.ThreadStatistics extends TreeMap<String,CallAnalyse.CallStatistics>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected boolean |
activated |
Constructor and Description |
---|
ThreadStatistics() |
Modifier and Type | Method and Description |
---|---|
CallAnalyse.CallStatistics |
get(String name) |
boolean |
getActivated() |
void |
setActivated(boolean activated) |
String |
toString() |
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
equals, hashCode, isEmpty
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove
public boolean getActivated()
public void setActivated(boolean activated)
public CallAnalyse.CallStatistics get(String name)
public String toString()
toString
in class AbstractMap<String,CallAnalyse.CallStatistics>
Copyright © 2004–2020 CodeLutin. All rights reserved.