org.openjena.atlas.lib
Class Ref<T>

java.lang.Object
  extended by org.openjena.atlas.lib.Ref<T>

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

A mutable container


Constructor Summary
Ref(T initial)
           
 
Method Summary
 T getValue()
           
 void setValue(T value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ref

public Ref(T initial)
Method Detail

getValue

public T getValue()

setValue

public void setValue(T value)

toString

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


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.