| Package | Description |
|---|---|
| io.humble.ferry |
A collection of classes that ferry objects from Java to native code and back,
and manage native memory.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
FerryJNI.AtomicInteger_addAndGet(long jarg1,
AtomicInteger jarg1_,
int jarg2) |
static boolean |
FerryJNI.AtomicInteger_compareAndSet(long jarg1,
AtomicInteger jarg1_,
int jarg2,
int jarg3) |
static int |
FerryJNI.AtomicInteger_decrementAndGet(long jarg1,
AtomicInteger jarg1_) |
static int |
FerryJNI.AtomicInteger_get(long jarg1,
AtomicInteger jarg1_) |
static int |
FerryJNI.AtomicInteger_getAndAdd(long jarg1,
AtomicInteger jarg1_,
int jarg2) |
static int |
FerryJNI.AtomicInteger_getAndDecrement(long jarg1,
AtomicInteger jarg1_) |
static int |
FerryJNI.AtomicInteger_getAndIncrement(long jarg1,
AtomicInteger jarg1_) |
static int |
FerryJNI.AtomicInteger_getAndSet(long jarg1,
AtomicInteger jarg1_,
int jarg2) |
static int |
FerryJNI.AtomicInteger_incrementAndGet(long jarg1,
AtomicInteger jarg1_) |
static boolean |
FerryJNI.AtomicInteger_isAtomic(long jarg1,
AtomicInteger jarg1_) |
static void |
FerryJNI.AtomicInteger_set(long jarg1,
AtomicInteger jarg1_,
int jarg2) |
Copyright © 2018 Humble Software. All rights reserved.