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

java.lang.Objectjoelib.util.types.Template
- All Implemented Interfaces:
- java.io.Serializable
- public class Template
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Template values.
| Field Summary | |
short |
count
Description of the Field |
short |
elem
Description of the Field |
int |
flag
Description of the Field |
int |
n1
Description of the Field |
int |
n2
Description of the Field |
int |
n3
Description of the Field |
int |
n4
Description of the Field |
| Constructor Summary | |
Template()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
flag
public int flag
- Description of the Field
n1
public int n1
- Description of the Field
n2
public int n2
- Description of the Field
n3
public int n3
- Description of the Field
n4
public int n4
- Description of the Field
count
public short count
- Description of the Field
elem
public short elem
- Description of the Field
| Constructor Detail |
Template
public Template()
|
|||||||||
| 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.Template