public class EntryTableValues extends Tuple<EntryTableValue,EntryTableValue> implements Leb128Serializable
| Constructor and Description |
|---|
EntryTableValues() |
EntryTableValues(byte[] previousValue,
byte[] newValue) |
EntryTableValues(EntryTableValue previousValue,
EntryTableValue newValue) |
| Modifier and Type | Method and Description |
|---|---|
EntryTableValue |
getNew() |
EntryTableValue |
getPrevious() |
void |
readObject(InputStream is) |
void |
writeObject(OutputStream os) |
equals, getKey, getLeft, getRight, getValue, hashCode, setValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic EntryTableValues()
public EntryTableValues(EntryTableValue previousValue, EntryTableValue newValue)
public EntryTableValues(byte[] previousValue,
byte[] newValue)
public EntryTableValue getPrevious()
public EntryTableValue getNew()
public void readObject(InputStream is) throws CloudproofException
readObject in interface Leb128SerializableCloudproofExceptionpublic void writeObject(OutputStream os) throws CloudproofException
writeObject in interface Leb128SerializableCloudproofExceptionCopyright © 2023. All rights reserved.