public class SortableItem extends Object implements Comparable<SortableItem>
| Constructor and Description |
|---|
SortableItem(com.fasterxml.jackson.databind.JsonNode node,
SortFieldInfo[] sortFields) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SortableItem el) |
boolean |
equals(Object x) |
com.fasterxml.jackson.databind.JsonNode |
getNode() |
int |
hashCode() |
public SortableItem(com.fasterxml.jackson.databind.JsonNode node,
SortFieldInfo[] sortFields)
public com.fasterxml.jackson.databind.JsonNode getNode()
public int compareTo(SortableItem el)
compareTo in interface Comparable<SortableItem>Copyright © 2016. All rights reserved.