org.almendra.commons.util.collection
Interface OrderedMap

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
OrderedHashtable

public interface OrderedMap
extends java.util.Map

Author:
Oliver Plohmann

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

Method Detail

valuesInOrder

java.util.Collection valuesInOrder()