public class JCORefOut<T>
extends java.lang.Object
JCRefOut| Modifier and Type | Method and Description |
|---|---|
static <T> JCORefOut<T> |
Create(T refObj)
Initialize a new
JCORefOut using the Object. |
static <T> JCORefOut<T> |
Create(T[] refObj)
Initialize a new
JCORefOut using the Object. |
java.lang.Object |
getJCRefOut()
Returns an instance of
JCRefOut to be passed to the underlying layer |
public static <T> JCORefOut<T> Create(T refObj)
JCORefOut using the Object.T - Type to userefObj - The referenced object: it can be native array (byte[], int[],
and so on), AtomicReference, AtomicBoolean,
AtomicInteger, AtomicLong,
AtomicIntegerArray, AtomicLongArrayJCORefOutpublic static <T> JCORefOut<T> Create(T[] refObj)
JCORefOut using the Object.T - Type to userefObj - The referenced object: it can be native array (byte[], int[],
and so on), AtomicReference, AtomicBoolean,
AtomicInteger, AtomicLong,
AtomicIntegerArray, AtomicLongArrayJCORefOut