Uses of Interface
javolution.lang.Reference

Packages that use Reference
javolution.context Provides real-time Context to facilitate separation of concerns and achieve higher level of performance and code predictability. 
 

Uses of Reference in javolution.context
 

Classes in javolution.context that implement Reference
static class AllocatorContext.Reference<T>
           This class represents a reference allocated from the current AllocatorContext.
static class LocalContext.Reference<T>
           This class represents a reference whose setting is local to the current LocalContext.
static class PersistentContext.Reference<T>
           This class represents a reference over an object which can be kept persistent accross multiple program executions.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.