Uses of Class
com.exonum.binding.common.proofs.list.ListProofStatus
Package | Description |
---|---|
com.exonum.binding.common.proofs.list |
-
Uses of ListProofStatus in com.exonum.binding.common.proofs.list
Methods in com.exonum.binding.common.proofs.list that return ListProofStatus Modifier and Type Method Description ListProofStatus
CheckedListProof. getProofStatus()
Returns the status of this proof: whether it is structurally valid.ListProofStatus
CheckedListProofImpl. getProofStatus()
static ListProofStatus
ListProofStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ListProofStatus[]
ListProofStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exonum.binding.common.proofs.list with parameters of type ListProofStatus Constructor Description CheckedListProofImpl(long size, HashCode calculatedIndexHash, java.util.NavigableMap<java.lang.Long,E> elements, ListProofStatus proofStatus)
Creates checked list proof.