-
- 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:
Collection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(int o)booleancontains(int elem)booleanremoveByValue(int value)int[]toArrayInt()
-