Uses of Class
org.eclipse.net4j.util.ref.ReferenceType

Packages that use ReferenceType
org.eclipse.net4j.util.ref   
 

Uses of ReferenceType in org.eclipse.net4j.util.ref
 

Methods in org.eclipse.net4j.util.ref that return ReferenceType
 ReferenceType KeyedWeakReference.getType()
           
 ReferenceType KeyedStrongReference.getType()
           
 ReferenceType KeyedSoftReference.getType()
           
 ReferenceType KeyedReference.getType()
           
 ReferenceType KeyedPhantomReference.getType()
           
static ReferenceType ReferenceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReferenceType[] ReferenceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.