@Beta public class OrderExpressions extends AbstractImmutableEntitySet<OrderExpr>
Modifier and Type | Class and Description |
---|---|
static class |
OrderExpressions.Builder |
set
Modifier and Type | Method and Description |
---|---|
static OrderExpressions.Builder |
create() |
static OrderExpressions |
empty() |
static OrderExpressions |
from(Collection<OrderExpr> orderExprs) |
static OrderExpressions |
from(OrderExpr... orderExprs) |
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static OrderExpressions empty()
public static OrderExpressions from(OrderExpr... orderExprs)
public static OrderExpressions from(Collection<OrderExpr> orderExprs)
public static OrderExpressions.Builder create()