JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.almworks.jira.structure.api.generator
Interface StructureGenerator.Sorter.CompareFunction
Enclosing interface:
StructureGenerator.Sorter
@PublicSpi
public static interface
StructureGenerator.Sorter.CompareFunction
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
compare
(
StructureRow
row1,
StructureRow
row2)
Method Details
compare
int
compare
(@NotNull
StructureRow
row1, @NotNull
StructureRow
row2)