Uses of Class
com.sun.jini.outrigger.FastList.Node

Packages that use FastList.Node
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
 

Uses of FastList.Node in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger with type parameters of type FastList.Node
(package private)  class FastList<T extends FastList.Node>
          Simplified list for rapid append, removal, and scanning from multiple threads.
 

Subclasses of FastList.Node in com.sun.jini.outrigger
(package private)  class BaseHandle
          Base class for handles to Entries and templates.
(package private)  class EntryHandle
          This object holds an annotated reference to an EntryRep object.
(package private)  class TemplateHandle
          TemplateHandle associates one or more TransitionWatchers with a template.
 

Fields in com.sun.jini.outrigger declared as FastList.Node
private  T FastList.FastListIteratorImpl.next
           
private  T FastList.FastListIteratorImpl.removable
           
 



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