gausssoft.collections
Interface SetList

All Superinterfaces:
Collection, List, Set
All Known Implementing Classes:
ArraySet

public interface SetList
extends Set, List

This interface simply defines an object which is a collection that contains unique elements (as defined by the Set interface), and a collection that is indexed, (as defined by the List interface).

Since:
GSDK 1.1
Author:
Allan Crooks
See Also:
ArraySet, Set, List

Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray