public class Hash extends Object implements Type<byte[]>, Serializable, Comparable<Hash>
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
LENGTH |
static int |
LENGTH_BYTE |
static Hash |
ZERO |
public static final int LENGTH
public static final int LENGTH_BYTE
public static final Hash ZERO
public Hash()
public Hash(byte[] value)
public Hash(Hash from)
public Hash(String hexString)
public String hexStrValue()
public int compareTo(Hash another)
compareTo 在接口中 Comparable<Hash>public byte[] getData()
public void setData(byte[] value)
value - value to be assigned to property datapublic boolean isEmpty()
Copyright © 2022. All rights reserved.