| Package | Description |
|---|---|
| com.github.jtendermint.merkletree | |
| com.github.jtendermint.merkletree.byteable.types |
| Modifier and Type | Class and Description |
|---|---|
class |
AddResult<K extends IByteable> |
interface |
IMerkleTree<K extends IByteable> |
interface |
IterateFunction<K extends IByteable>
Iteration Function for MerkleTrees
|
class |
MerkleNode<K extends IByteable> |
class |
MerkleTree<K extends IByteable> |
class |
RemoveResult<K extends IByteable> |
| Modifier and Type | Method and Description |
|---|---|
IByteable |
RemoveResult.getByteable() |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteableLong |
class |
ByteableString
A Byteable that holds a String
|
| Modifier and Type | Method and Description |
|---|---|
int |
IByteable.compareTo(IByteable other)
Comparator-function for byteable, see
Comparable |
int |
ByteableString.compareTo(IByteable other) |
int |
ByteableLong.compareTo(IByteable other) |
Copyright © 2018. All rights reserved.