Uses of Class
planet.util.OrderedList

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.