Applies a function on all entries. @param func function to apply on keys and values @throws QueryException query exception
(QueryBiConsumer<Item, Value> func)
| 177 | * @throws QueryException query exception |
| 178 | */ |
| 179 | public abstract void forEach(QueryBiConsumer<Item, Value> func) throws QueryException; |
| 180 | |
| 181 | /** |
| 182 | * Tests all entries. |
no outgoing calls