public class DictionaryAsMap<U,V>
extends java.util.AbstractMap<U,V>
| Constructor and Description |
|---|
DictionaryAsMap(java.util.Dictionary<U,V> dict) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.util.Map.Entry<U,V>> |
entrySet() |
V |
put(U key,
V value) |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.