Uses of Class
org.apache.wicket.util.collections.IntHashMap
Packages that use IntHashMap
-
Uses of IntHashMap in org.apache.wicket.util.collections
Methods in org.apache.wicket.util.collections with parameters of type IntHashMapModifier and TypeMethodDescriptionvoidIntHashMap.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.