Package org.stellar.sdk.xdr
Class SCMapEntry
java.lang.Object
org.stellar.sdk.xdr.SCMapEntry
SCMapEntry's original definition in the XDR file is:
struct SCMapEntry
{
SCVal key;
SCVal val;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCMapEntry.SCMapEntryBuilderbuilder()static SCMapEntrydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCMapEntryfromXdrBase64(String xdr) static SCMapEntryfromXdrByteArray(byte[] xdr) getKey()getVal()inthashCode()voidvoidtoString()default Stringdefault byte[]
-
Constructor Details
-
SCMapEntry
public SCMapEntry() -
SCMapEntry
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getKey
-
getVal
-
setKey
-
setVal
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-