Module org.hsqldb

Class OrderedIntHashSet

java.lang.Object
org.hsqldb.map.BaseHashMap
org.hsqldb.lib.IntHashSet
org.hsqldb.lib.OrderedIntHashSet

public class OrderedIntHashSet extends IntHashSet
A list which is also a set of int primitives which maintains the insertion order of the elements and allows access by index. Iterators return the keys in the index order.

Since:
1.9.0
Author:
Fred Toussi (fredt@users dot sourceforge.net)