public interface FloatsModifiable extends Floats
Modifier and Type | Method and Description |
---|---|
void |
append(float v) |
void |
append(float[] vs) |
void |
append(float[] vs,
int from,
int to) |
void |
append(FloatBuffer vs) |
void |
append(FloatBuffer vs,
int c) |
void |
append(Floats vs) |
void |
append(Floats vs,
int from,
int to) |
void |
clear() |
void |
compact() |
void |
ensureCapacity(int minCapacity) |
void |
insert(int i,
float v) |
void |
insert(int i,
float[] vs) |
void |
insert(int i,
float[] vs,
int from,
int to) |
void |
insert(int i,
FloatBuffer vs) |
void |
insert(int i,
FloatBuffer vs,
int c) |
void |
insert(int i,
Floats vs) |
void |
insert(int i,
Floats vs,
int from,
int to) |
void |
prepend(float v) |
void |
prepend(float[] vs) |
void |
prepend(float[] vs,
int from,
int to) |
void |
prepend(FloatBuffer vs) |
void |
prepend(FloatBuffer vs,
int c) |
void |
prepend(Floats vs) |
void |
prepend(Floats vs,
int from,
int to) |
void |
remove(float 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,
float v) |
void |
set(int i,
float[] vs) |
void |
set(int i,
float[] vs,
int from,
int to) |
void set(int i, float v)
void set(int i, float[] vs)
void set(int i, float[] vs, int from, int to)
void insert(int i, float v)
void insert(int i, float[] vs)
void insert(int i, Floats vs)
void insert(int i, FloatBuffer vs)
void insert(int i, float[] vs, int from, int to)
void insert(int i, Floats vs, int from, int to)
void insert(int i, FloatBuffer vs, int c)
void append(float v)
void append(float[] vs)
void append(Floats vs)
void append(FloatBuffer vs)
void append(float[] vs, int from, int to)
void append(Floats vs, int from, int to)
void append(FloatBuffer vs, int c)
void prepend(float v)
void prepend(float[] vs)
void prepend(Floats vs)
void prepend(FloatBuffer vs)
void prepend(float[] vs, int from, int to)
void prepend(Floats vs, int from, int to)
void prepend(FloatBuffer vs, int c)
void remove(float 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.