| Package | Description |
|---|---|
| com.exonum.binding.core.storage.indices |
Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ValueSetIndexProxy.Entry<E>> |
ValueSetIndexProxy.iterator()
Returns an iterator over the entries of this set.
|
Stream<ValueSetIndexProxy.Entry<E>> |
ValueSetIndexProxy.stream()
Returns a stream of the entries in this set.
|
Copyright © 2019 Exonum. All rights reserved.