Apache Tomcat 7.0.4

org.apache.jasper.util
Class Entry<T>

java.lang.Object
  extended by org.apache.jasper.util.Entry<T>

public class Entry<T>
extends Object

Implementation of a list entry. It exposes links to previous and next elements on package level only.


Constructor Summary
Entry(T object)
           
 
Method Summary
 T getContent()
           
 Entry<T> getNext()
           
 Entry<T> getPrevious()
           
protected  void setNext(Entry<T> next)
           
protected  void setPrevious(Entry<T> previous)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

public Entry(T object)
Method Detail

setNext

protected void setNext(Entry<T> next)

setPrevious

protected void setPrevious(Entry<T> previous)

getContent

public T getContent()

getPrevious

public Entry<T> getPrevious()

getNext

public Entry<T> getNext()

toString

public String toString()
Overrides:
toString in class Object

Apache Tomcat 7.0.4

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.