|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderedList | |
planet.util |
Uses of OrderedList in planet.util |
Methods in planet.util that return OrderedList | |
OrderedList |
OrderedList.insert(OrderedList elem)
Inserts into the list the specified elem. |
OrderedList |
OrderedList.pop()
Gets the next element into the ordered list, or null if the current item is the last one. |
OrderedList |
OrderedList.next()
Shows the following list item. |
OrderedList |
OrderedList.prev()
Shows the previous list item. |
Methods in planet.util with parameters of type OrderedList | |
OrderedList |
OrderedList.insert(OrderedList elem)
Inserts into the list the specified elem. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |