| Package | Description |
|---|---|
| swaydb.java |
| Modifier and Type | Method and Description |
|---|---|
Slice |
Slice.addBoolean(boolean value)
Adds boolean to the Slice object.
|
Slice |
Slice.addByte(byte value)
Adds byte to the Slice object.
|
Slice |
Slice.addInt(int value)
Adds int to the Slice object.
|
Slice |
Slice.addLong(long value)
Adds long to the Slice object.
|
Slice |
Slice.addString(String string)
Adds string to the Slice object.
|
static Slice |
Slice.create(int size)
Creates the Slice object.
|
Copyright © 2019. All rights reserved.