Uses of Interface
org.clapper.util.misc.MultiValueMap.ValuesCollectionAllocator

Packages that use MultiValueMap.ValuesCollectionAllocator
org.clapper.util.misc org.clapper.util.misc - Miscellaneous Utility Classes. 
 

Uses of MultiValueMap.ValuesCollectionAllocator in org.clapper.util.misc
 

Constructors in org.clapper.util.misc with parameters of type MultiValueMap.ValuesCollectionAllocator
MultiValueMap(int initialCapacity, float loadFactor, MultiValueMap.ValuesCollectionAllocator<V> valuesCollectionAllocator)
          Constructs a new, empty map with the specified initial capacity and the specified load factor.
MultiValueMap(MultiValueMap.ValuesCollectionAllocator<V> valuesCollectionAllocator)
          Constructs a new, empty map with a default capacity and load factor.
 



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.