Uses of Class
formula.lists.Item

Packages that use Item
formula.lists   
 

Uses of Item in formula.lists
 

Fields in formula.lists declared as Item
 Item List.first
          first list item
 Item List.last
          last list item
 Item Item.next
          next item
 

Methods in formula.lists that return Item
static Item List.get(List list, long ord)
          Bestimmtes (iniziertes) Element der Liste ausgeben.
static Item List.pop(List list)
          Eintrag vom Anfang der Liste entfernen und ausgeben.
 

Methods in formula.lists with parameters of type Item
static void List.append(List list, Item item)
          Neuen Eintrag ans Ende der Liste setzen.
static void List.push(List list, Item item)
          Neuen Eintrag an den Anfang der Liste setzen.