Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_INDEX |
static String |
FIELD_NAME_IS_ASCENDING |
static String |
FIELD_NAME_NULL_IS_LAST |
Constructor and Description |
---|
SortFieldSpec(int fieldIndex,
boolean isAscendingOrder,
boolean nullIsLast) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getFieldIndex() |
boolean |
getIsAscendingOrder() |
boolean |
getNullIsLast() |
int |
hashCode() |
String |
toString() |
public static final String FIELD_NAME_INDEX
public static final String FIELD_NAME_IS_ASCENDING
public static final String FIELD_NAME_NULL_IS_LAST
public SortFieldSpec(int fieldIndex, boolean isAscendingOrder, boolean nullIsLast)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.