com.metsci.glimpse.util.primitives
Interface LongsModifiable
- All Superinterfaces:
- Longs
- All Known Subinterfaces:
- SortedLongsModifiable
- All Known Implementing Classes:
- LongsArray, SortedLongsArray
public interface LongsModifiable
- extends Longs
- Author:
- hogye
Method Summary |
void |
append(long v)
|
void |
append(long[] vs)
|
void |
append(long[] vs,
int from,
int to)
|
void |
append(java.nio.LongBuffer vs)
|
void |
append(java.nio.LongBuffer vs,
int c)
|
void |
append(Longs vs)
|
void |
append(Longs vs,
int from,
int to)
|
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,
java.nio.LongBuffer vs)
|
void |
insert(int i,
java.nio.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(java.nio.LongBuffer vs)
|
void |
prepend(java.nio.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 |
set(int i,
long v)
|
set
void set(int i,
long v)
insert
void insert(int i,
long v)
insert
void insert(int i,
long[] vs)
insert
void insert(int i,
Longs vs)
insert
void insert(int i,
java.nio.LongBuffer vs)
insert
void insert(int i,
long[] vs,
int from,
int to)
insert
void insert(int i,
Longs vs,
int from,
int to)
insert
void insert(int i,
java.nio.LongBuffer vs,
int c)
append
void append(long v)
append
void append(long[] vs)
append
void append(Longs vs)
append
void append(java.nio.LongBuffer vs)
append
void append(long[] vs,
int from,
int to)
append
void append(Longs vs,
int from,
int to)
append
void append(java.nio.LongBuffer vs,
int c)
prepend
void prepend(long v)
prepend
void prepend(long[] vs)
prepend
void prepend(Longs vs)
prepend
void prepend(java.nio.LongBuffer vs)
prepend
void prepend(long[] vs,
int from,
int to)
prepend
void prepend(Longs vs,
int from,
int to)
prepend
void prepend(java.nio.LongBuffer vs,
int c)
remove
void remove(long v)
- Removes a single copy of the specified value. If multiple copies
are present, there is no guarantee which one will be removed.
ensureCapacity
void ensureCapacity(int minCapacity)
compact
void compact()
Copyright © 2012 Metron, Inc.. All Rights Reserved.