| |
|
| java.lang.Object org.jibx.util.InsertionOrderedSet
InsertionOrderedSet | public class InsertionOrderedSet implements Set(Code) | | 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.
|
InsertionOrderedSet | public InsertionOrderedSet()(Code) | | |
asList | public ArrayList asList()(Code) | | Get list of values in order added. The returned list is live, and will
grow as new items are added to the set.
list |
clear | public void clear()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
|
|
|