Interface IntSet

    • Method Detail

      • clone

        IntSet clone()
        See the clone() of Object
        Returns:
        cloned object
      • size

        int size()
        Returns:
        the number of elements in this set (its cardinality)
      • isEmpty

        boolean isEmpty()
        Returns:
        true if this set contains no elements