public interface FieldModel<T>
| Modifier and Type | Method and Description |
|---|---|
Method |
adder() |
Method |
atomicAdder() |
Method |
busyLock() |
Method |
cas() |
Digits |
digits() |
Method |
getter() |
int |
heapSize() |
String |
name() |
int |
nativeSize() |
Range |
range() |
Method |
setter() |
MaxSize |
size() |
Method |
tryLock() |
Method |
tryLockNanos() |
Class<T> |
type() |
Method |
unlock() |
String name()
Method getter()
Method setter()
Method adder()
Method atomicAdder()
Method cas()
Method tryLockNanos()
Method tryLock()
Method busyLock()
Method unlock()
int heapSize()
int nativeSize()
Digits digits()
Range range()
MaxSize size()
Copyright © 2014. All Rights Reserved.