|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sort | |
---|---|
com.sun.syndication.feed.module.sle | This is a module that supports the Microsoft Simple List Extensions. |
Uses of Sort in com.sun.syndication.feed.module.sle |
---|
Methods in com.sun.syndication.feed.module.sle that return Sort | |
---|---|
Sort[] |
SimpleListExtensionImpl.getSortFields()
|
Sort[] |
SimpleListExtension.getSortFields()
The cf:sort element is intended to inform the client that the property to which it refers is one that is “sortable� – that is, that the client should provide a user interface that allows the user to sort on that property. |
Methods in com.sun.syndication.feed.module.sle with parameters of type Sort | |
---|---|
EntryValue |
SleEntryImpl.getSortByElement(Sort element)
|
EntryValue |
SleEntry.getSortByElement(Sort element)
Returns an EntryValue for the given element name. |
void |
SimpleListExtensionImpl.setSortFields(Sort[] sortFields)
|
void |
SimpleListExtension.setSortFields(Sort[] sortFields)
The cf:sort element is intended to inform the client that the property to which it refers is one that is “sortable� – that is, that the client should provide a user interface that allows the user to sort on that property. |
static java.util.List |
SleUtility.sort(java.util.List values,
Sort sort,
boolean ascending)
Sorts a list of values based on a given sort field using a selection sort. |
static java.util.List |
SleUtility.sortAndGroup(java.util.List values,
Group[] groups,
Sort sort,
boolean ascending)
Sorts and groups a set of entries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |