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

Packages that use TimedMap.Queue.Node
com.sun.jini.jeri.internal.http   
 

Uses of TimedMap.Queue.Node in com.sun.jini.jeri.internal.http
 

Subclasses of TimedMap.Queue.Node in com.sun.jini.jeri.internal.http
private static class TimedMap.Mapping
          Key/value mapping.
 

Fields in com.sun.jini.jeri.internal.http declared as TimedMap.Queue.Node
private  TimedMap.Queue.Node TimedMap.Queue.head
           
private  TimedMap.Queue.Node TimedMap.Queue.Node.next
           
private  TimedMap.Queue.Node TimedMap.Queue.Node.prev
           
private  TimedMap.Queue.Node TimedMap.Queue.tail
           
 

Methods in com.sun.jini.jeri.internal.http that return TimedMap.Queue.Node
(package private)  TimedMap.Queue.Node TimedMap.Queue.getHead()
           
 

Methods in com.sun.jini.jeri.internal.http with parameters of type TimedMap.Queue.Node
(package private)  void TimedMap.Queue.append(TimedMap.Queue.Node node)
           
(package private)  void TimedMap.Queue.remove(TimedMap.Queue.Node node)
           
 



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