Uses of Enum Class
com.yahoo.tensor.functions.CellOrder.Order
Packages that use CellOrder.Order
-
Uses of CellOrder.Order in com.yahoo.tensor.functions
Methods in com.yahoo.tensor.functions that return CellOrder.OrderModifier and TypeMethodDescriptionCellOrder.order()static CellOrder.OrderReturns the enum constant of this class with the specified name.static CellOrder.Order[]CellOrder.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.tensor.functions with parameters of type CellOrder.OrderModifierConstructorDescriptionCellOrder(TensorFunction<NAMETYPE> argument, CellOrder.Order order)