com.metsci.glimpse.util.primitives
Interface DoublesModifiable
- All Superinterfaces:
- Doubles
- All Known Implementing Classes:
- DoublesArray
public interface DoublesModifiable
- extends Doubles
- Author:
- hogye
Method Summary |
void |
append(double v)
|
void |
append(double[] vs)
|
void |
append(double[] vs,
int from,
int to)
|
void |
append(java.nio.DoubleBuffer vs)
|
void |
append(java.nio.DoubleBuffer vs,
int c)
|
void |
append(Doubles vs)
|
void |
append(Doubles vs,
int from,
int to)
|
void |
compact()
|
void |
ensureCapacity(int minCapacity)
|
void |
insert(int i,
double v)
|
void |
insert(int i,
double[] vs)
|
void |
insert(int i,
double[] vs,
int from,
int to)
|
void |
insert(int i,
java.nio.DoubleBuffer vs)
|
void |
insert(int i,
java.nio.DoubleBuffer vs,
int c)
|
void |
insert(int i,
Doubles vs)
|
void |
insert(int i,
Doubles vs,
int from,
int to)
|
void |
prepend(double v)
|
void |
prepend(double[] vs)
|
void |
prepend(double[] vs,
int from,
int to)
|
void |
prepend(java.nio.DoubleBuffer vs)
|
void |
prepend(java.nio.DoubleBuffer vs,
int c)
|
void |
prepend(Doubles vs)
|
void |
prepend(Doubles vs,
int from,
int to)
|
void |
remove(double v)
Removes a single copy of the specified value. |
void |
set(int i,
double v)
|
set
void set(int i,
double v)
insert
void insert(int i,
double v)
insert
void insert(int i,
double[] vs)
insert
void insert(int i,
Doubles vs)
insert
void insert(int i,
java.nio.DoubleBuffer vs)
insert
void insert(int i,
double[] vs,
int from,
int to)
insert
void insert(int i,
Doubles vs,
int from,
int to)
insert
void insert(int i,
java.nio.DoubleBuffer vs,
int c)
append
void append(double v)
append
void append(double[] vs)
append
void append(Doubles vs)
append
void append(java.nio.DoubleBuffer vs)
append
void append(double[] vs,
int from,
int to)
append
void append(Doubles vs,
int from,
int to)
append
void append(java.nio.DoubleBuffer vs,
int c)
prepend
void prepend(double v)
prepend
void prepend(double[] vs)
prepend
void prepend(Doubles vs)
prepend
void prepend(java.nio.DoubleBuffer vs)
prepend
void prepend(double[] vs,
int from,
int to)
prepend
void prepend(Doubles vs,
int from,
int to)
prepend
void prepend(java.nio.DoubleBuffer vs,
int c)
remove
void remove(double 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.