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

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

public class Ref<T>
extends Object

A mutable container


Constructor Summary
Ref(T initial)
           
 
Method Summary
 T getValue()
           
 void setValue(T value)
           
 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 String toString()
Overrides:
toString in class Object


Licenced under the Apache License, Version 2.0