Interface IntSet

    • Method Detail

      • contains

        boolean contains​(int element)
        Returns true if this set contains the specified element.
      • add

        boolean add​(int element)
        Adds the specified element to this set.
      • remove

        boolean remove​(int element)
        Removes the specified element from this set.
      • toIntArray

        int[] toIntArray()
        Returns array with primitive types