Uses of Class
org.fusesource.hawtdb.util.list.LinkedNode

Packages that use LinkedNode
org.fusesource.hawtdb.util.list   
 

Uses of LinkedNode in org.fusesource.hawtdb.util.list
 

Classes in org.fusesource.hawtdb.util.list with type parameters of type LinkedNode
 class LinkedNode<T extends LinkedNode<T>>
          Provides a base class for you to extend when you want object to maintain a doubly linked list to other objects without using a collection class.
 class LinkedNodeList<T extends LinkedNode<T>>
          Provides a list of LinkedNode objects.
 

Subclasses of LinkedNode in org.fusesource.hawtdb.util.list
 class Sequence
          Represents a range of numbers.
 

Fields in org.fusesource.hawtdb.util.list declared as LinkedNode
protected  T LinkedNode.next
           
protected  T LinkedNode.prev
           
 

Methods in org.fusesource.hawtdb.util.list that return LinkedNode
 T[] LinkedNodeList.toArray(T[] array)
          Copies the nodes of the LinkedNodeList to the specified array.
 

Methods in org.fusesource.hawtdb.util.list with parameters of type LinkedNode
 T[] LinkedNodeList.toArray(T[] array)
          Copies the nodes of the LinkedNodeList to the specified array.
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.