eTextReader
Class IntToBool

java.lang.Object
  extended by eTextReader.IntToBool

public class IntToBool
extends java.lang.Object

Int to Bool will convert 1's to true and 0's to false

Version:
5-3-03
Author:
Chris Johnson

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

value

boolean value
Constructor Detail

IntToBool

public IntToBool()
Method Detail

convert

public boolean convert(int i)

convert

public boolean convert(java.lang.Integer i)