JNodeOS v1.1.5 API

Uses of Class
edu.utah.janos.util.LinkedList.Node

Packages that use LinkedList.Node
edu.utah.janos.util   
 

Uses of LinkedList.Node in edu.utah.janos.util
 

Methods in edu.utah.janos.util that return LinkedList.Node
 LinkedList.Node LinkedList.getHead()
          Get the head of the list
 LinkedList.Node LinkedList.getTail()
          Get the tail of the list
 LinkedList.Node LinkedList.remHead()
          Remove the node at the head of the list, returns null if its empty
 LinkedList.Node LinkedList.remTail()
          Remove the node at the tail of the list, returns null if its empty
 LinkedList.Node LinkedList.Node.getSucc()
          Get the next node in the list
 LinkedList.Node LinkedList.Node.getPred()
          Get the previous node in the list
 

Methods in edu.utah.janos.util with parameters of type LinkedList.Node
 void LinkedList.addHead(LinkedList.Node node)
          Add a node to the head of the list
 void LinkedList.addTail(LinkedList.Node node)
          Add a node to the tail of the list
 void LinkedList.Node.append(LinkedList.Node node)
          Insert a node after this one
 void LinkedList.Node.prepend(LinkedList.Node node)
          Insert a node before this one
 


JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/