public class

AlphabeticalLabelGroupingSupport

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.label.AlphabeticalLabelGroupingSupport

Class Overview

Helper to group labels into buckets for displaying them in alphabetical blocks.

Summary

Constants
String NUMERIC
Public Constructors
AlphabeticalLabelGroupingSupport(Set<String> labels)
Public Methods
boolean equals(Object o)
Set<String> getContents(String key)
Collection<String> getKeys()
int getUniqueLabelsCount()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String NUMERIC

Constant Value: "0-9"

Public Constructors

public AlphabeticalLabelGroupingSupport (Set<String> labels)

Public Methods

public boolean equals (Object o)

public Set<String> getContents (String key)

public Collection<String> getKeys ()

public int getUniqueLabelsCount ()

public int hashCode ()