|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecteTextReader.IntToBool
public class IntToBool
Int to Bool will convert 1's to true and 0's to false
Field Summary | |
---|---|
(package private) boolean |
value
|
Constructor Summary | |
---|---|
IntToBool()
|
Method Summary | |
---|---|
boolean |
convert(int i)
|
boolean |
convert(java.lang.Integer i)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean value
Constructor Detail |
---|
public IntToBool()
Method Detail |
---|
public boolean convert(int i)
public boolean convert(java.lang.Integer i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |