|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.util.Ref<O>
public class Ref<O>
Mutable reference.
| Field Summary | |
|---|---|
private O |
_o
|
| Constructor Summary | |
|---|---|
Ref()
|
|
Ref(O o)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
O |
get()
|
int |
hashCode()
|
void |
set(O o)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private O _o
| Constructor Detail |
|---|
public Ref()
public Ref(O o)
| Method Detail |
|---|
public O get()
public void set(O o)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||