Uses of Interface
org.kalmeo.util.LinkedListItem

Packages that use LinkedListItem
org.kalmeo.util   
 

Uses of LinkedListItem in org.kalmeo.util
 

Methods in org.kalmeo.util that return LinkedListItem
 LinkedListItem LinkedList.find(Filter filter)
          Returns the best occurence of the corresponding LinkedListItem witch is acceptable by the filter
 LinkedListItem LinkedList.getFirst()
           
 LinkedListItem LinkedList.getLast()
           
 LinkedListItem LinkedListItem.getNext()
           
 LinkedListItem LinkedListItem.getPrevious()
           
 LinkedListItem LinkedList.LinkedListEnumeration.nextItem()
          Returns the next item in this enumeration, where next is defined by the filter of this enumerator.
 LinkedListItem LinkedList.LinkedListEnumeration.previousItem()
          Returns the previous item in this enumeration, where previous is defined by the filter of this enumerator.
 LinkedListItem[] LinkedList.toArray()
          Returns an Object array containing all references of the elements in this LinkedList.
 

Methods in org.kalmeo.util with parameters of type LinkedListItem
 void LinkedList.add(LinkedListItem item)
          Add a LinkedListItem to this LinkedList
 void LinkedList.add(LinkedListItem item, LinkedListItem referenceItem, boolean after)
          Add a LinkedListItem to this LinkedList by placing it after or before the referenceItem according to the after parameter.
 int LinkedListItem.compareTo(LinkedListItem item, int flag)
          Compares this LinkedListItem with the specified item for order.
 void LinkedList.remove(LinkedListItem item)
          Remove a LinkedListItem from this LinkedList
 void LinkedListItem.setNext(LinkedListItem next)
           
 void LinkedListItem.setPrevious(LinkedListItem previous)
           
 



Copyright © 2007-2008 Kalmeo. All Rights Reserved.