public interface HashMapInterface<K,V>
Modifier and Type | Method and Description |
---|---|
java.util.Map<K,V> |
getKeyToValue() |
java.util.Map<V,K> |
getValueToKey() |
java.util.Iterator<V> |
iterator() |
java.util.Map<K,V> getKeyToValue()
java.util.Map<V,K> getValueToKey()
java.util.Iterator<V> iterator()
Copyright © 2005-2013 java.net. All Rights Reserved.