org.codehaus.groovy.util
Interface Reference<T,V extends Finalizable>

All Known Implementing Classes:
ReferenceType.HardRef, ReferenceType.PhantomRef, ReferenceType.SoftRef, ReferenceType.WeakRef

public interface Reference<T,V extends Finalizable>


Method Summary
 void clear()
           
 T get()
           
 V getHandler()
           
 

Method Detail

get

T get()

clear

void clear()

getHandler

V getHandler()


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