Package io.objectbox.flatbuffers
Class FlexBuffers.Key
java.lang.Object
io.objectbox.flatbuffers.FlexBuffers.Key
- Enclosing class:
- FlexBuffers
Represents a key element in the buffer. Keys are
used to reference objects in a
FlexBuffers.Map-
Method Summary
Modifier and TypeMethodDescriptionstatic FlexBuffers.Keyempty()Return an emptyFlexBuffers.KeybooleanCompare keysinthashCode()toString()Appends a text(JSON) representation to a `StringBuilder`
-
Method Details
-
empty
Return an emptyFlexBuffers.Key- Returns:
- empty
FlexBuffers.Key
-
toString
Appends a text(JSON) representation to a `StringBuilder` -
toString
-
equals
Compare keys -
hashCode
public int hashCode()
-