public class NativeContext<T> extends Object
Constructor and Description |
---|
NativeContext() |
Modifier and Type | Method and Description |
---|---|
void |
bind(int key,
T obj) |
T |
getObjFromContext(long context) |
int |
reserveKey() |
void |
unbind(int key) |