Class RepositoryStatistics
- java.lang.Object
- 
- java.util.AbstractMap<K,V>
- 
- java.util.TreeMap<String,Object>
- 
- com.google.gerrit.server.restapi.project.RepositoryStatistics
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map<String,Object>,- NavigableMap<String,Object>,- SortedMap<String,Object>
 
 public class RepositoryStatistics extends TreeMap<String,Object> - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Method Summary- 
Methods inherited from class java.util.TreeMapceilingEntry, 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.AbstractMapequals, hashCode, isEmpty, toString
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, equals, getOrDefault, hashCode, isEmpty, merge, putIfAbsent, remove
 
- 
 
-