Uses of Interface
javolution.lang.ValueType

Packages that use ValueType
javolution.context Provides real-time Context to facilitate separation of concerns and achieve higher level of performance and code predictability. 
javolution.text Provides classes and interfaces to handle text. 
 

Uses of ValueType in javolution.context
 

Methods in javolution.context with type parameters of type ValueType
static
<T extends ValueType>
T
AllocatorContext.outerCopy(T value)
          Performs a copy of the specified value allocated outside of the current allocator context.
 

Methods in javolution.context with parameters of type ValueType
static void AllocatorContext.outerCopy(ValueType[] values)
          Performs a copy of the specified values outside of the current stack context (convenience method).
 

Uses of ValueType in javolution.text
 

Classes in javolution.text that implement ValueType
 class Text
           This class represents an immutable character sequence with fast concatenation, insertion and deletion capabilities (O[Log(n)]) instead of O[n] for StringBuffer/StringBuilder).
 



Copyright © 2005-2012 Javolution. All Rights Reserved.