com.sun.jini.jeri.internal.http
Class TimedMap.Queue.Node

java.lang.Object
  extended by com.sun.jini.jeri.internal.http.TimedMap.Queue.Node
Direct Known Subclasses:
TimedMap.Mapping
Enclosing class:
TimedMap.Queue

static class TimedMap.Queue.Node
extends Object


Field Summary
private  TimedMap.Queue.Node next
           
private  TimedMap.Queue owner
           
private  TimedMap.Queue.Node prev
           
 
Constructor Summary
TimedMap.Queue.Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

private TimedMap.Queue owner

prev

private TimedMap.Queue.Node prev

next

private TimedMap.Queue.Node next
Constructor Detail

TimedMap.Queue.Node

TimedMap.Queue.Node()


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.