org.apache.jasper.util
Class Entry<T>
java.lang.Object
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)
|
Entry
public Entry(T object)
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
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.