public final class NativeCode<T> extends Object
Constructor and Description |
---|
NativeCode(String name,
Class<? extends T> javaImpl,
Class<? extends T> nativeImpl) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSupported() |
boolean |
load() |
T |
newInstance() |
Copyright © 2021. All rights reserved.