cynosurex.lang
Class EnhancedInteger

java.lang.Object
  extended by cynosurex.lang.EnhancedInteger
All Implemented Interfaces:
cynosurex.internal.AuthorCommon, cynosurex.internal.CommonInterface, cynosurex.internal.CompanyCommon

public class EnhancedInteger
extends java.lang.Object
implements cynosurex.internal.CommonInterface

A enhanced integer class representing the integer primitive type. Currently, it only has a static method to test whether a string is an integer. In the future, it may be expanded.


Field Summary
 
Fields inherited from interface cynosurex.internal.CommonInterface
copyright, copyrightYears, notice, program, version
 
Fields inherited from interface cynosurex.internal.AuthorCommon
author, copyrightSymbol, noticeMsg, rights
 
Fields inherited from interface cynosurex.internal.CompanyCommon
company, email, website
 
Constructor Summary
EnhancedInteger()
           
 
Method Summary
static boolean isInteger(java.lang.String value)
          This method tests whether a string contains an integer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancedInteger

public EnhancedInteger()
Method Detail

isInteger

public static boolean isInteger(java.lang.String value)
This method tests whether a string contains an integer.