com.sun.jini.jeri.internal.http
Class TimedMap.Queue
java.lang.Object
com.sun.jini.jeri.internal.http.TimedMap.Queue
- Enclosing class:
- TimedMap
private static class TimedMap.Queue
- extends Object
Lightweight doubly-linked queue supporting constant-time manipulation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
head
private TimedMap.Queue.Node head
tail
private TimedMap.Queue.Node tail
TimedMap.Queue
TimedMap.Queue()
getHead
TimedMap.Queue.Node getHead()
remove
void remove(TimedMap.Queue.Node node)
append
void append(TimedMap.Queue.Node node)
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.