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

Quick Search    Search Deep

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

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

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

Atom, bond and integer.


Field Summary
 int atom
          Description of the Field
 int bond
          Description of the Field
 int prev
          Description of the Field
 
Constructor Summary
StackType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atom

public int atom
Description of the Field


bond

public int bond
Description of the Field


prev

public int prev
Description of the Field

Constructor Detail

StackType

public StackType()