T
public class ByRef<T> extends Object
ByRef(T t)
static <T> ByRef<T>
create(T t)
get()
void
set(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByRef(T t)
public static <T> ByRef<T> create(T t)
public T get()
public void set(T t)
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.