public interface IMappable<K,V>
Created on May 26, 2005
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key)
Looks up an object by key.
|
Iterator<K> |
getKeyIterator() |
Iterator<V> |
getValueIterator() |
int |
size()
Returns the #of objects in the map
|
Copyright © 2017 etc.to. All rights reserved.