SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.parallel
Class Reference<T>

java.lang.Object
  extended by com.numericalmethod.suanshu.parallel.Reference<T>

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


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

Constructor Detail

Reference

public Reference()
Method Detail

get

public T get()

set

public T set(T newValue)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.