org.apache.jasper.util
Class FastRemovalDequeue.Entry
java.lang.Object
org.apache.jasper.util.FastRemovalDequeue.Entry
- Enclosing class:
- FastRemovalDequeue<T>
public class FastRemovalDequeue.Entry
- extends java.lang.Object
Implementation of a doubly linked list entry.
All implementation details are private.
For the consumer of the above collection, this
is simply garbage in, garbage out.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getContent
public final T getContent()
getReplaced
public final T getReplaced()
clearReplaced
public final void clearReplaced()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.