|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlogic.BooleanFactory
public class BooleanFactory
| Field Summary | |
|---|---|
private static IBoolean |
falseBoolean
|
static BooleanFactory |
Singleton
|
private static IBoolean |
trueBoolean
|
| Constructor Summary | |
|---|---|
private |
BooleanFactory()
|
| Method Summary | |
|---|---|
IBoolean |
makeBoolean(boolean b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final BooleanFactory Singleton
private static IBoolean trueBoolean
private static IBoolean falseBoolean
| Constructor Detail |
|---|
private BooleanFactory()
| Method Detail |
|---|
public IBoolean makeBoolean(boolean b)
makeBoolean in interface IBooleanFactory
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||