org.freecompany.redline
Class IntString
java.lang.Object
org.freecompany.redline.IntString
public class IntString
- extends Object
Simple class to pair an int and a String with each other.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntString
public IntString(int theInt,
String theString)
setInt
public void setInt(int theInt)
getInt
public int getInt()
setString
public void setString(String theString)
getString
public String getString()
Copyright © 2014. All Rights Reserved.