public class ArrayOptionsHelper extends Object
Constructor and Description |
---|
ArrayOptionsHelper() |
Modifier and Type | Method and Description |
---|---|
static ArrayType |
arrayType(long[] shapeInfo) |
static DataBuffer.Type |
dataType(long[] shapeInfo) |
static boolean |
hasBitSet(long[] shapeInfo,
long bit) |
static boolean |
hasBitSet(long storage,
long bit) |
static void |
setOptionBit(long[] storage,
ArrayType type) |
static long |
setOptionBit(long storage,
ArrayType type) |
static long |
setOptionBit(long storage,
DataBuffer.Type type) |
public static boolean hasBitSet(long[] shapeInfo, long bit)
public static void setOptionBit(long[] storage, ArrayType type)
public static boolean hasBitSet(long storage, long bit)
public static ArrayType arrayType(long[] shapeInfo)
public static DataBuffer.Type dataType(long[] shapeInfo)
public static long setOptionBit(long storage, DataBuffer.Type type)
public static long setOptionBit(long storage, ArrayType type)
Copyright © 2018. All rights reserved.