net.sf.diaz
Interface IndexedMap<K,V>

All Superinterfaces:
java.util.Map<K,V>
All Known Implementing Classes:
IndexedMapImpl

interface IndexedMap<K,V>
extends java.util.Map<K,V>

Author:
Sean C. Sullivan

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 V get(int i)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

get

V get(int i)


Copyright © 2005 diaz.sourceforge.net. All Rights Reserved.