
public static interface OSBTreeRidBag.Change
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Modifier and Type | Method and Description |
|---|---|
void |
applyDiff(int delta) |
int |
applyTo(Integer value) |
void |
decrement() |
void |
increment() |
boolean |
isUndefined()
Checks if put increment operation can be safely performed.
|
int |
serialize(byte[] stream,
int offset) |
static final int SIZE
void increment()
void decrement()
int applyTo(Integer value)
boolean isUndefined()
void applyDiff(int delta)
int serialize(byte[] stream,
int offset)
Copyright © 2009–2025 OrientDB. All rights reserved.