org.terrier.structures.collections
Interface OrderedMap<K,V>

Type Parameters:
K - type of the key
V - type of the value
All Superinterfaces:
Map<K,V>
All Known Implementing Classes:
FSOrderedMapFile

public interface OrderedMap<K,V>
extends Map<K,V>

Specified a map interface where keys are ordered, and can be retrieved using an integer index.

Since:
3.0

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

Method Detail

get

Map.Entry<K,V> get(int index)
Return the entry at the specified index



Terrier 3.6. Copyright © 2004-2011 University of Glasgow