Class EolSet<T>

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

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

    • EolSet

      public EolSet()