Class IntSet

java.lang.Object
org.xbib.jacc.util.IntSet

public class IntSet extends Object
  • Method Details

    • empty

      public static IntSet empty()
    • singleton

      public static IntSet singleton(int i)
    • size

      public int size()
    • at

      public int at(int i)
    • toArray

      public int[] toArray()
    • contains

      public boolean contains(int i)
    • add

      public void add(int i)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • interator

      public Interator interator()
    • display

      public void display(Writer writer) throws IOException
      Throws:
      IOException