Class EolOrderedSet<T>

java.lang.Object
org.eclipse.epsilon.eol.types.EolCollection<T>
org.eclipse.epsilon.eol.types.EolOrderedSet<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class EolOrderedSet<T> extends EolCollection<T> implements Set<T>
  • Constructor Details

    • EolOrderedSet

      public EolOrderedSet()