org.apache.archiva.metadata.repository.stats
Class RepositoryStatistics.ZeroForNullHashMap<K,V extends Long>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by org.apache.archiva.metadata.repository.stats.RepositoryStatistics.ZeroForNullHashMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>
Enclosing class:
RepositoryStatistics

private static final class RepositoryStatistics.ZeroForNullHashMap<K,V extends Long>
extends HashMap<K,V>


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
private RepositoryStatistics.ZeroForNullHashMap()
           
 
Method Summary
 V get(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

RepositoryStatistics.ZeroForNullHashMap

private RepositoryStatistics.ZeroForNullHashMap()
Method Detail

get

public V get(Object key)
Specified by:
get in interface Map<K,V extends Long>
Overrides:
get in class HashMap<K,V extends Long>


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.