Module swim.util
Package swim.util

Interface OrderedMap<K,V>

All Superinterfaces:
Iterable<Map.Entry<K,V>>, IterableMap<K,V>, Map<K,V>, SortedMap<K,V>
All Known Subinterfaces:
ReducedMap<K,V,U>

public interface OrderedMap<K,V> extends IterableMap<K,V>, SortedMap<K,V>