public abstract static class ValueSetIndexProxy.Entry<E> extends Object
An entry contains a copy of the data in the value set index. It does not reflect the changes made to the index since this entry had been created.
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.exonum.binding.common.hash.HashCode |
getHash()
Returns a hash of the element of the set.
|
abstract E |
getValue()
Returns an element of the set.
|
int |
hashCode() |
Copyright © 2019 Exonum. All rights reserved.