public class Reference<T> extends Object
Reference(T object)
boolean
equals(Object o)
T
get()
int
hashCode()
void
set(T object)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Reference(T object)
public T get()
public void set(T object)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.