weka.datagenerators
Class TextSource.Int

java.lang.Object
  extended byweka.datagenerators.TextSource.Int
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
TextSource

public class TextSource.Int
extends java.lang.Object
implements java.lang.Comparable

A simpler wrapper for int than Integer.


Field Summary
 int m_i
           
 
Constructor Summary
TextSource.Int(int i)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object n)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

m_i

public int m_i
Constructor Detail

TextSource.Int

public TextSource.Int(int i)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object n)

hashCode

public int hashCode()

toString

public java.lang.String toString()