- All Superinterfaces:
Collection<Long>,Iterable<Long>
- All Known Subinterfaces:
LongList
- All Known Implementing Classes:
LongArrayList,SortedLongArrayList
A primitive collection.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(long o) booleancontains(long elem) booleanremoveByValue(long value) long[]
-
Method Details
-
contains
boolean contains(long elem) -
toArrayLong
long[] toArrayLong() -
add
boolean add(long o) -
removeByValue
boolean removeByValue(long value)
-
