|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjp.go.aist.rtm.RTC.util.DataRef<T>
T -
Data typepublic class DataRef<T>
Class that expresses data reference
| Field Summary | |
|---|---|
T |
v
Data where object concerned is stored |
| Constructor Summary | |
|---|---|
DataRef(T v)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object rhs)
Processing that judges equivalence |
int |
hashCode()
Gets the hush code value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public T v
| Constructor Detail |
|---|
public DataRef(T v)
v -
Data allocated in initial state| Method Detail |
|---|
public boolean equals(java.lang.Object rhs)
equals in class java.lang.Objectrhs -
Object of equivalent judgment
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||