public class FloatArrayHistory extends Object
| Constructor and Description |
|---|
FloatArrayHistory(int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(float f) |
void |
copy(int start,
float[] dst,
int dstOffset,
int len) |
float |
get(int i) |
boolean |
isFullyPopulated() |
int |
length() |
String |
toString(int start)
Returns as a
String all elements starting at start. |
String |
toString(int start,
int end)
Uses default locale.
|
String |
toString(int start,
int end,
Locale locale) |
String |
toString(int start,
Locale locale) |
public void add(float f)
public float get(int i)
public void copy(int start,
float[] dst,
int dstOffset,
int len)
start - starting offsetdst - destination array for the copy operationdstOffset - offset for writing in destination arraylen - number of elements to copypublic boolean isFullyPopulated()
public int length()
public String toString(int start, int end)
start - inclusiveend - exclusivepublic String toString(int start)
String all elements starting at start.
Uses default locale.start - the starting indexCopyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.