public static class ArrayCache.FloatResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
shouldCache |
float[][] |
values |
| Constructor and Description |
|---|
ArrayCache.FloatResult() |
ArrayCache.FloatResult(boolean shouldCache) |
ArrayCache.FloatResult(float[][] values) |
| Modifier and Type | Method and Description |
|---|---|
float[][] |
cloneForCache(float[][] a) |
boolean |
getShouldCache() |