|
|||||||||
| Home >> All >> org >> jdaemon >> [ util overview ] | PREV NEXT | ||||||||
Uses of Class
org.jdaemon.util.QuickList
| Uses of QuickList in org.jdaemon.util |
| Fields in org.jdaemon.util declared as QuickList | |
private QuickList |
QuickList.tail
All elements in this QuickList apart from the first |
static QuickList |
QuickList.EMPTY
Empty Quicklist. |
private QuickList |
AttributeList.attributes
Underlying store of Entry objects |
| Methods in org.jdaemon.util that return QuickList | |
QuickList |
QuickList.add(java.lang.Object item)
Adds an item to a list. |
QuickList |
QuickList.add(java.util.Iterator items)
Adds serveral items to a list. |
QuickList |
QuickList.tail()
Get the rump of this list (everything except the first item). |
QuickList |
QuickList.sort(java.util.Comparator comparator)
Create a new QuickList from this one, sorted by the supplied comparator |
QuickList |
QuickList.orderedAdd(java.util.Comparator comparator,
java.lang.Object object)
Add an element to the Quicklist, maintaining a pre-existing ordering of elements. |
QuickList |
QuickList.reverse()
Reverse all elements in this list. |
private QuickList |
QuickList.addReverse(QuickList other)
|
| Methods in org.jdaemon.util with parameters of type QuickList | |
private QuickList |
QuickList.addReverse(QuickList other)
|
boolean |
QuickList.compareList(QuickList other)
Compare two lists for equality |
| Constructors in org.jdaemon.util with parameters of type QuickList | |
QuickList(QuickList tail,
java.lang.Object head)
Creates a new instance of QuickList. |
|
AttributeList(QuickList attributes)
Protected constructor that allows an AttributeList to be created from a QuickList of Entry objects. |
|
|
|||||||||
| Home >> All >> org >> jdaemon >> [ util overview ] | PREV NEXT | ||||||||