Package nom.tam.util

Class HashedList<VALUE extends CursorValue<String>>

java.lang.Object
nom.tam.util.HashedList<VALUE>
Type Parameters:
VALUE - value of the map
All Implemented Interfaces:
Iterable<VALUE>, Collection<VALUE>

public class HashedList<VALUE extends CursorValue<String>> extends Object implements Collection<VALUE>
a ordered hash map implementation.