|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttecgraf.javautils.concurrent.locks.LockId
public class LockId
Modela o identificador o lock de um objeto
| Constructor Summary | |
|---|---|
LockId()
Constrói um novo identificador usada para ser usado nos locks |
|
| Method Summary | |
|---|---|
boolean |
equals(Object id)
Verifica a igualdade com outro objeto. |
int |
hashCode()
Obtém o código usado para indexação em HashTable. |
String |
toString()
Obtém uma string que mostra os valores da chave. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LockId()
| Method Detail |
|---|
public boolean equals(Object id)
equals in class Objectid - O outro identificador a ser comparado.
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||