public interface IndexedFloats extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
fill(int index,
float[] toFill) |
float |
get(int index) |
int |
size() |
int size()
float get(int index)
void fill(int index,
float[] toFill)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2011–2017. All rights reserved.