com.limegroup.gnutella.util
Class DoublyLinkedList.ListElement

java.lang.Object
  extended bycom.limegroup.gnutella.util.DoublyLinkedList.ListElement
Enclosing class:
DoublyLinkedList

public static class DoublyLinkedList.ListElement
extends java.lang.Object

An element of the linked list. Immutable.


Method Summary
 java.lang.Object getKey()
          returns the key stored in this element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public java.lang.Object getKey()
returns the key stored in this element

Returns:
the key stored in this element