Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.util.LinkedListNode

Packages that use LinkedListNode
com.jivesoftware.util Common utility classes for all Jive Software code. 
 

Uses of LinkedListNode in com.jivesoftware.util
 

Fields in com.jivesoftware.util declared as LinkedListNode
 LinkedListNode CacheObject.ageListNode
          A reference to the node in the age order list.
 LinkedListNode CacheObject.lastAccessedListNode
          A reference to the node in the cache order list.
 LinkedListNode LinkedListNode.next
           
 LinkedListNode LinkedListNode.previous
           
 

Methods in com.jivesoftware.util that return LinkedListNode
 LinkedListNode LinkedList.addFirst(LinkedListNode node)
          Adds a node to the beginning of the list.
 LinkedListNode LinkedList.addFirst(java.lang.Object object)
          Adds an object to the beginning of the list by automatically creating a a new node and adding it to the beginning of the list.
 LinkedListNode LinkedList.addLast(java.lang.Object object)
          Adds an object to the end of the list by automatically creating a a new node and adding it to the end of the list.
 LinkedListNode LinkedList.getFirst()
          Returns the first linked list node in the list.
 LinkedListNode LinkedList.getLast()
          Returns the last linked list node in the list.
 

Methods in com.jivesoftware.util with parameters of type LinkedListNode
 LinkedListNode LinkedList.addFirst(LinkedListNode node)
          Adds a node to the beginning of the list.
 

Constructors in com.jivesoftware.util with parameters of type LinkedListNode
LinkedListNode(java.lang.Object object, LinkedListNode next, LinkedListNode previous)
          Constructs a new linked list node.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.