ix.util
Class Ref<T>

java.lang.Object
  extended by ix.util.Ref<T>

public class Ref<T>
extends java.lang.Object

A modifiable reference to an object.


Constructor Summary
Ref()
           
Ref(T item)
           
 
Method Summary
 T get()
           
 void set(T item)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ref

public Ref()

Ref

public Ref(T item)
Method Detail

get

public T get()

set

public void set(T item)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object