Uses of Interface
com.exonum.binding.core.storage.indices.ListIndex
-
Packages that use ListIndex Package Description com.exonum.binding.core.blockchain com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of ListIndex in com.exonum.binding.core.blockchain
Methods in com.exonum.binding.core.blockchain that return ListIndex Modifier and Type Method Description ListIndex<com.exonum.binding.common.hash.HashCode>Blockchain. getBlockHashes()Returns a list of all block hashes, indexed by the block height. -
Uses of ListIndex in com.exonum.binding.core.storage.indices
Classes in com.exonum.binding.core.storage.indices that implement ListIndex Modifier and Type Class Description classListIndexProxy<E>A list index proxy is a contiguous list of elements.classProofListIndexProxy<E>A proof list index proxy is a contiguous list of elements, capable of providing cryptographic proofs that it contains a certain element at a particular position.
-