org.apache.commons.monitoring.store
Class DefaultDataStore.FixedSizedMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentSkipListMap<Long,Double>
          extended by org.apache.commons.monitoring.store.DefaultDataStore.FixedSizedMap
All Implemented Interfaces:
Serializable, Cloneable, ConcurrentMap<Long,Double>, ConcurrentNavigableMap<Long,Double>, Map<Long,Double>, NavigableMap<Long,Double>, SortedMap<Long,Double>
Enclosing class:
DefaultDataStore

protected static class DefaultDataStore.FixedSizedMap
extends ConcurrentSkipListMap<Long,Double>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
protected DefaultDataStore.FixedSizedMap()
           
protected DefaultDataStore.FixedSizedMap(Map<Long,Double> value)
           
 
Method Summary
 Double put(Long key, Double value)
           
 
Methods inherited from class java.util.concurrent.ConcurrentSkipListMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, equals, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, isEmpty, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putIfAbsent, remove, remove, replace, replace, size, subMap, subMap, tailMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
hashCode, putAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
hashCode, putAll
 

Constructor Detail

DefaultDataStore.FixedSizedMap

protected DefaultDataStore.FixedSizedMap()

DefaultDataStore.FixedSizedMap

protected DefaultDataStore.FixedSizedMap(Map<Long,Double> value)
Method Detail

put

public Double put(Long key,
                  Double value)
Specified by:
put in interface Map<Long,Double>
Overrides:
put in class ConcurrentSkipListMap<Long,Double>


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.