All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.PositiveInteger
java.lang.Object
|
+----COM.objectspace.jgl.PositiveInteger
- public final class PositiveInteger
- extends Object
- implements UnaryPredicate
Note: PositiveInteger is deprecated.
PositiveInteger is a unary predicate that returns true if its operand is positive.
- See Also:
- PositiveNumber
-
PositiveInteger()
-
-
execute(Object)
- Return true if the operand is greater than zero.
PositiveInteger
public PositiveInteger()
execute
public boolean execute(Object object)
- Return true if the operand is greater than zero.
- Parameters:
- object - The operand, which must be an Integer.
- Returns:
- object > 0
All Packages Class Hierarchy This Package Previous Next Index