Package org.jibx.util

Class InsertionOrderedSet

java.lang.Object
org.jibx.util.InsertionOrderedSet
All Implemented Interfaces:
Iterable, Collection, Set

public class InsertionOrderedSet extends Object implements Set
Set with values iterated in insertion order. This is similar to the Java 1.4 java.util.LinkedHashSet class, but compatible with earlier JVM versions. This implementation is for insert-only sets.