com.google.monitoring.runtime.instrumentation
Class BoundedMap<K,V>
java.lang.Object
com.google.monitoring.runtime.instrumentation.BoundedMap<K,V>
public class BoundedMap<K,V>
- extends Object
|
Constructor Summary |
BoundedMap(int initialCapacity,
double pruneRatio)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundedMap
public BoundedMap(int initialCapacity,
double pruneRatio)
put
public V put(K key,
V value)
get
public V get(K key)
Copyright © 2015. All Rights Reserved.