|
|||||||||
| Home >> All >> joelib >> util >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
joelib.util.types
Class StringInt

java.lang.Objectjoelib.util.types.StringInt
- All Implemented Interfaces:
- java.io.Serializable
- public class StringInt
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
String and integer value.
| Field Summary | |
int |
i
Description of the Field |
java.lang.String |
s
Description of the Field |
| Constructor Summary | |
StringInt(java.lang.String _s,
int _i)
Constructor for the StringString object |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
s
public java.lang.String s
- Description of the Field
i
public int i
- Description of the Field
| Constructor Detail |
StringInt
public StringInt(java.lang.String _s, int _i)
- Constructor for the StringString object
|
|||||||||
| Home >> All >> joelib >> util >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
joelib.util.types.StringInt