|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LM.LockType | |
|---|---|
| tp | CSEP545 Final Project for Java |
| Uses of LM.LockType in tp |
|---|
| Methods in tp that return LM.LockType | |
|---|---|
static LM.LockType |
LM.LockType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LM.LockType[] |
LM.LockType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in tp with parameters of type LM.LockType | |
|---|---|
boolean |
LM.LockType.conflicts(LM.LockType current)
check whether current lock type conflicts to this lock type |
boolean |
LM.LockType.isCompatible(LM.LockType current)
check whether current lock type is compatible with this lock type |
boolean |
LM.LockType.subsume(LM.LockType other)
check whether this lock type subsumes (is stronger) other lock type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||