public class ShaMapLeaf extends ShaMapNode
| 限定符和类型 | 字段和说明 |
|---|---|
Hash256 |
index |
ShaMapItem |
item |
long |
version |
hash| 限定符 | 构造器和说明 |
|---|---|
protected |
ShaMapLeaf(Hash256 index,
ShaMapItem item) |
| 限定符和类型 | 方法和说明 |
|---|---|
ShaMapLeaf |
copy() |
boolean |
isInner() |
boolean |
isLeaf() |
void |
toBytesSink(BytesSink sink) |
asInner, asLeaf, createHash, hash, invalidate, walkAnyLeavespublic Hash256 index
public ShaMapItem item
public long version
protected ShaMapLeaf(Hash256 index, ShaMapItem item)
public boolean isLeaf()
isLeaf 在类中 ShaMapNodepublic boolean isInner()
isInner 在类中 ShaMapNodepublic void toBytesSink(BytesSink sink)
toBytesSink 在类中 ShaMapNodepublic ShaMapLeaf copy()
Copyright © 2021. All rights reserved.