Class AbstractIntSet

java.lang.Object
org.eclipse.collections.impl.primitive.AbstractIntIterable
org.eclipse.collections.impl.set.primitive.AbstractIntSet
All Implemented Interfaces:
IntIterable, PrimitiveIterable, IntSet
Direct Known Subclasses:
AbstractImmutableIntSet, IntHashSet

public abstract class AbstractIntSet extends AbstractIntIterable implements IntSet
This file was automatically generated from template file abstractPrimitiveSet.stg.
Since:
6.0.
  • Constructor Details

    • AbstractIntSet

      public AbstractIntSet()
  • Method Details