com.atlassian.jira.issue.label
Class AlphabeticalLabelGroupingSupport

java.lang.Object
  extended by com.atlassian.jira.issue.label.AlphabeticalLabelGroupingSupport

public class AlphabeticalLabelGroupingSupport
extends Object

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

Since:
4.2

Field Summary
static String NUMERIC
           
 
Constructor Summary
AlphabeticalLabelGroupingSupport(Set<String> labels)
           
 
Method Summary
 Set<String> getContents(String key)
           
 Collection<String> getKeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMERIC

public static final String NUMERIC
See Also:
Constant Field Values
Constructor Detail

AlphabeticalLabelGroupingSupport

public AlphabeticalLabelGroupingSupport(Set<String> labels)
Method Detail

getContents

public Set<String> getContents(String key)

getKeys

public Collection<String> getKeys()


Copyright © 2002-2014 Atlassian. All Rights Reserved.