|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |