java.lang.Object | |
↳ | com.atlassian.jira.plugin.util.TabPanelUtil |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MAX_ISSUES_TO_DISPLAY |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PAGER_FILTER |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Removes the issue with 0 votes from the given list.
| |||||||||||
Returns a sub-set of the collection that has up to 'subset' number of entries.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Removes the issue with 0 votes from the given list.
Note: It also removes it if getVotes()
returns null.
issues | list of Issue objects
|
---|
Returns a sub-set of the collection that has up to 'subset' number of entries. Returns an empty collection in case of the collection being null or empty.
collection | collection of versions |
---|---|
subset | max number of entries in the returning collection |