sk.baka.ambient.commons
Interface Ref<T>

Type Parameters:
T - the type of the object being referred to.

public interface Ref<T>

Refers to an object. Contrary to Reference the object will never be spuriously set to null.

Author:
Martin Vysny

Method Summary
 T get()
          Returns referred object.
 

Method Detail

get

T get()
Returns referred object.

Returns:
referred object.


Copyright © 2007-2008. All Rights Reserved.