Interface LongCollection

All Superinterfaces:
Collection<Long>, Iterable<Long>
All Known Subinterfaces:
LongList
All Known Implementing Classes:
LongArrayList, SortedLongArrayList

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

    • contains

      boolean contains(long elem)
    • toArrayLong

      long[] toArrayLong()
    • add

      boolean add(long o)
    • removeByValue

      boolean removeByValue(long value)