|
|||||||||
| 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 StringObject

java.lang.Objectjoelib.util.types.StringObject
- All Implemented Interfaces:
- java.io.Serializable
- public class StringObject
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Two String values.
| Field Summary | |
java.lang.Object |
o
Description of the Field |
java.lang.String |
s
Description of the Field |
| Constructor Summary | |
StringObject(java.lang.String _s,
java.lang.Object _o)
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 |
o
public java.lang.Object o
- Description of the Field
s
public java.lang.String s
- Description of the Field
| Constructor Detail |
StringObject
public StringObject(java.lang.String _s, java.lang.Object _o)
- 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.StringObject