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

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

Uses of FastList in com.sun.jini.outrigger
 

Fields in com.sun.jini.outrigger declared as FastList
private  FastList<EntryHandle> EntryHolder.contents
          The list that holds the handles
private  FastList<TemplateHandle> WatchersForTemplateClass.contents
          All the templates we know about
private  FastList<?> FastList.Node.list
          null until the node is added to a list, then a reference to the list.
 

Methods in com.sun.jini.outrigger with parameters of type FastList
(package private)  void FastList.Node.markOnList(FastList<?> list)
           
 



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