(Object orderbook, Object deltas)
| 4271 | } |
| 4272 | |
| 4273 | public Object getCacheIndex(Object orderbook, Object deltas) |
| 4274 | { |
| 4275 | // return the first index of the cache that can be applied to the orderbook or -1 if not possible. |
| 4276 | return Helpers.opNeg(1); |
| 4277 | } |
| 4278 | |
| 4279 | public Object arraysConcat(Object arraysOfArrays) |
| 4280 | { |