public class LongList extends Object implements IndexedCollection<Long>
| Modifier and Type | Method and Description |
|---|---|
void |
add(long l) |
Long |
get(int index) |
Iterator<Long> |
iterator() |
void |
set(int index,
Long l) |
int |
size() |
void |
sort() |
Stream<Long> |
stream() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(long l)
add in interface IndexedCollection<Long>public Long get(int index)
get in interface IndexedCollection<Long>public int size()
size in interface IndexedCollection<Long>public void set(int index,
Long l)
set in interface IndexedCollection<Long>public void sort()
sort in interface IndexedCollection<Long>public Stream<Long> stream()
stream in interface IndexedCollection<Long>Copyright © 2019. All rights reserved.