Interface IntCollection

All Superinterfaces:
Collection<Integer>, Iterable<Integer>
All Known Subinterfaces:
IntList
All Known Implementing Classes:
IntArrayList, SortedIntArrayList

public interface IntCollection extends Collection<Integer>
A primitive collection.
See Also:
  • Method Details

    • contains

      boolean contains(int elem)
    • toArrayInt

      int[] toArrayInt()
    • add

      boolean add(int o)
    • removeByValue

      boolean removeByValue(int value)