public abstract static class ValueSetIndexProxy.Entry<E>
extends java.lang.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() |
public abstract com.exonum.binding.common.hash.HashCode getHash()
public abstract E getValue()
public final int hashCode()
hashCode
in class java.lang.Object
Copyright © 2018 Exonum. All rights reserved.