public class ContentNameSearchSection extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<ContentNameSearchSection> |
COMPARATOR |
Constructor and Description |
---|
ContentNameSearchSection(Integer weight,
List<ContentNameMatch> results) |
Modifier and Type | Method and Description |
---|---|
List<ContentNameMatch> |
getResults() |
Integer |
getWeight() |
public static final Comparator<ContentNameSearchSection> COMPARATOR
public ContentNameSearchSection(@Nonnull Integer weight, @Nonnull List<ContentNameMatch> results)
public Integer getWeight()
public List<ContentNameMatch> getResults()
Copyright © 2003–2015 Atlassian. All rights reserved.