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 AutoCloseable
close
in interface Closeable
Copyright © 2011–2017. All rights reserved.