public class Ref<T> extends Object
http://stackoverflow.com/questions/1068760/can-i-pass-parameters-by-reference-in-java
Ref(T value)
boolean
equals(Object obj)
T
get()
int
hashCode()
void
set(T anotherValue)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Ref(T value)
public T get()
public void set(T anotherValue)
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2016. All rights reserved.