LimeWire Collection Component API

Uses of Class
org.limewire.collection.DoublyLinkedList.ListElement

Packages that use DoublyLinkedList.ListElement
org.limewire.collection   
 

Uses of DoublyLinkedList.ListElement in org.limewire.collection
 

Methods in org.limewire.collection that return DoublyLinkedList.ListElement
 DoublyLinkedList.ListElement<E> DoublyLinkedList.addLast(E value)
          Inserts an object at the end of the list, returning its corresponding element.
 DoublyLinkedList.ListElement<E> DoublyLinkedList.removeFirst()
          Removes and returns the first element from the list
 

Methods in org.limewire.collection that return types with arguments of type DoublyLinkedList.ListElement
 Iterator<DoublyLinkedList.ListElement<E>> DoublyLinkedList.iterator()
           
 

Methods in org.limewire.collection with parameters of type DoublyLinkedList.ListElement
 boolean DoublyLinkedList.contains(DoublyLinkedList.ListElement<E> e)
          Returns true if this contains the given ListElement.
 void DoublyLinkedList.remove(DoublyLinkedList.ListElement<E> element)
          Removes the specified element from the list
 


LimeWire Collection Component API

Copyright © 2009 Lime Wire LLC. All Rights Reserved.