- 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 TypeMethodDescriptionboolean
add
(int o) boolean
contains
(int elem) boolean
removeByValue
(int value) int[]
-
Method Details
-
contains
boolean contains(int elem) -
toArrayInt
int[] toArrayInt() -
add
boolean add(int o) -
removeByValue
boolean removeByValue(int value)
-