Uses of Interface
org.codehaus.groovy.util.Finalizable

Packages that use Finalizable
org.codehaus.groovy.reflection Internal classes for assisting with reflection. 
org.codehaus.groovy.util   
 

Uses of Finalizable in org.codehaus.groovy.reflection
 

Classes in org.codehaus.groovy.reflection that implement Finalizable
 class ClassInfo
          Handle for all information we want to keep about the class
private static class ClassInfo.DebugRef
           
 

Uses of Finalizable in org.codehaus.groovy.util
 

Classes in org.codehaus.groovy.util with type parameters of type Finalizable
 interface Reference<T,V extends Finalizable>
           
private static class ReferenceType.HardRef<TT,V extends Finalizable>
           
private static class ReferenceType.PhantomRef<TT,V extends Finalizable>
           
private static class ReferenceType.SoftRef<TT,V extends Finalizable>
           
private static class ReferenceType.WeakRef<TT,V extends Finalizable>
           
 

Classes in org.codehaus.groovy.util that implement Finalizable
static class ManagedConcurrentMap.Entry<K,V>
           
static class ManagedConcurrentMap.EntryWithValue<K,V>
           
(package private) static class ManagedDoubleKeyMap.Ref<K>
           
private  class ManagedLinkedList.Element<V>
           
 class ManagedReference<T>
           
 

Fields in org.codehaus.groovy.util declared as Finalizable
private  V ReferenceType.SoftRef.handler
           
private  V ReferenceType.WeakRef.handler
           
private  V ReferenceType.PhantomRef.handler
           
private  V ReferenceType.HardRef.handler
           
 

Methods in org.codehaus.groovy.util with type parameters of type Finalizable
protected abstract
<T,V extends Finalizable>
Reference<T,V>
ReferenceType.createReference(T value, V handler, java.lang.ref.ReferenceQueue queue)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.