Class BooleanContainer
- java.lang.Object
-
- net.anwiba.commons.lang.primitive.BooleanContainer
-
- All Implemented Interfaces:
IBooleanContainer,IBooleanProvider,IBooleanReceiver
public class BooleanContainer extends java.lang.Object implements IBooleanContainer
-
-
Constructor Summary
Constructors Constructor Description BooleanContainer(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisTrue()voidset(boolean value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.lang.primitive.IBooleanProvider
isFalse, isTrue, notTrue
-
-
-
-
Method Detail
-
set
public void set(boolean value)
- Specified by:
setin interfaceIBooleanReceiver
-
isTrue
public boolean isTrue()
- Specified by:
isTruein interfaceIBooleanProvider
-
-