@Immutable @Internal public class

OrderByImpl

extends Object
implements OrderBy
java.lang.Object
   ↳ com.atlassian.query.order.OrderByImpl

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Default implementation of OrderBy.

Summary

Fields
public static final OrderByImpl NO_ORDER
Public Constructors
OrderByImpl(SearchSort... searchSorts)
OrderByImpl(Collection<SearchSort> searchSorts)
Public Methods
boolean equals(Object o)
List<SearchSort> getSearchSorts()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.query.order.OrderBy

Fields

public static final OrderByImpl NO_ORDER

Public Constructors

public OrderByImpl (SearchSort... searchSorts)

public OrderByImpl (Collection<SearchSort> searchSorts)

Public Methods

public boolean equals (Object o)

public List<SearchSort> getSearchSorts ()

public int hashCode ()

public String toString ()