public interface LongsModifiable extends Longs
Modifier and Type | Method and Description |
---|---|
void |
append(long v) |
void |
append(long[] vs) |
void |
append(long[] vs,
int from,
int to) |
void |
append(LongBuffer vs) |
void |
append(LongBuffer vs,
int c) |
void |
append(Longs vs) |
void |
append(Longs vs,
int from,
int to) |
void |
clear() |
void |
compact() |
void |
ensureCapacity(int minCapacity) |
void |
insert(int i,
long v) |
void |
insert(int i,
long[] vs) |
void |
insert(int i,
long[] vs,
int from,
int to) |
void |
insert(int i,
LongBuffer vs) |
void |
insert(int i,
LongBuffer vs,
int c) |
void |
insert(int i,
Longs vs) |
void |
insert(int i,
Longs vs,
int from,
int to) |
void |
prepend(long v) |
void |
prepend(long[] vs) |
void |
prepend(long[] vs,
int from,
int to) |
void |
prepend(LongBuffer vs) |
void |
prepend(LongBuffer vs,
int c) |
void |
prepend(Longs vs) |
void |
prepend(Longs vs,
int from,
int to) |
void |
remove(long v)
Removes a single copy of the specified value.
|
void |
removeIndex(int index)
Remove value at index.
|
void |
removeRange(int from,
int to)
Removes values starting at index from (inclusive) to index to (exclusive).
|
void |
set(int i,
long v) |
void |
set(int i,
long[] vs) |
void |
set(int i,
long[] vs,
int from,
int to) |
void set(int i, long v)
void set(int i, long[] vs)
void set(int i, long[] vs, int from, int to)
void insert(int i, long v)
void insert(int i, long[] vs)
void insert(int i, Longs vs)
void insert(int i, LongBuffer vs)
void insert(int i, long[] vs, int from, int to)
void insert(int i, Longs vs, int from, int to)
void insert(int i, LongBuffer vs, int c)
void append(long v)
void append(long[] vs)
void append(Longs vs)
void append(LongBuffer vs)
void append(long[] vs, int from, int to)
void append(Longs vs, int from, int to)
void append(LongBuffer vs, int c)
void prepend(long v)
void prepend(long[] vs)
void prepend(Longs vs)
void prepend(LongBuffer vs)
void prepend(long[] vs, int from, int to)
void prepend(Longs vs, int from, int to)
void prepend(LongBuffer vs, int c)
void remove(long v)
void removeRange(int from, int to)
void removeIndex(int index)
void clear()
void ensureCapacity(int minCapacity)
void compact()
Copyright © 2016 Metron, Inc.. All rights reserved.