org.eclipse.ocl.examples.pivot.values
Interface OrderedSet<E>

All Superinterfaces:
java.util.Collection<E>, java.lang.Iterable<E>, java.util.Set<E>
All Known Implementing Classes:
OrderedSetImpl

public interface OrderedSet<E>
extends java.util.Set<E>

An ordered set is a collection that is unique and ordered. It is, therefore, like a set except that element ordering is significant.


Method Summary
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray