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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SCMapEntry.SCMapEntryBuilder
builder()
static SCMapEntry
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCMapEntry
fromXdrBase64
(String xdr) static SCMapEntry
fromXdrByteArray
(byte[] xdr) getKey()
getVal()
int
hashCode()
void
void
toString()
default String
default 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
-