JUtil

Uses of Class
net.cscott.jutil.UnmodifiableMap

Uses of UnmodifiableMap in net.cscott.jutil
 

Subclasses of UnmodifiableMap in net.cscott.jutil
 class UnmodifiableMultiMap<K,V>
          UnmodifiableMultiMap is an abstract superclass to save developers the trouble of implementing the various mutator methds of the MultiMap interface.
 

Methods in net.cscott.jutil that return UnmodifiableMap
abstract  UnmodifiableMap<K,V> UnmodifiableMapSet.asMap()
           
static
<K,V> UnmodifiableMap<K,V>
UnmodifiableMap.proxy(Map<K,V> m)
           
 


JUtil

Copyright (c) 2006 C. Scott Ananian