Uses of Class
org.apache.wicket.util.collections.IntHashMap

Packages that use IntHashMap
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.util.collections Useful collections. 
 

Uses of IntHashMap in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http that return IntHashMap
static IntHashMap<Page> SecondLevelCacheSessionStore.getUsedPages(String pageMapName)
           
 

Uses of IntHashMap in org.apache.wicket.util.collections
 

Methods in org.apache.wicket.util.collections with parameters of type IntHashMap
 void IntHashMap.putAll(IntHashMap<V> m)
          Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.