|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ucdavis.rj.Locks.PairBoolean
public class PairBoolean
Field Summary | |
---|---|
(package private) boolean |
_first
|
(package private) boolean |
_second
|
Constructor Summary | |
---|---|
PairBoolean(boolean first,
boolean second)
|
Method Summary | |
---|---|
boolean |
getFirstValue()
|
boolean |
getSecondValue()
|
void |
setFirstValue(boolean value)
|
void |
setSecondValue(boolean value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean _first
boolean _second
Constructor Detail |
---|
public PairBoolean(boolean first, boolean second)
Method Detail |
---|
public boolean getFirstValue()
public void setFirstValue(boolean value)
public boolean getSecondValue()
public void setSecondValue(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |