- All Superinterfaces:
Collection<Integer>,Iterable<Integer>
- All Known Subinterfaces:
IntList
- All Known Implementing Classes:
IntArrayList,SortedIntArrayList
A primitive collection.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(int o) booleancontains(int elem) booleanremoveByValue(int value) int[]
-
Method Details
-
contains
boolean contains(int elem) -
toArrayInt
int[] toArrayInt() -
add
boolean add(int o) -
removeByValue
boolean removeByValue(int value)
-
