Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.util.types
Class StringInt  view StringInt download StringInt.java

java.lang.Object
  extended byjoelib.util.types.StringInt
All Implemented Interfaces:
java.io.Serializable

public class StringInt
extends java.lang.Object
implements java.io.Serializable

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