org.stjs.javascript
Class Reference<T>

java.lang.Object
  extended by org.stjs.javascript.Reference<T>

public class Reference<T>
extends Object

Use this class whenever you want to modify a value inside an inner type and the Java requires you to have a final variable.

Author:
acraciun

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

Field Detail

value

public T value
Constructor Detail

Reference

public Reference()


Copyright © 2013. All Rights Reserved.