com.fg.reconstructor
Class TrailItem

java.lang.Object
  extended bycom.fg.reconstructor.TrailItem

public class TrailItem
extends java.lang.Object

Version:
1.0
Author:
Felix Golubov

Constructor Summary
TrailItem(int index, int occur, TrailItem next)
           
 
Method Summary
 int getIndex()
           
 int getOccur()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrailItem

public TrailItem(int index,
                 int occur,
                 TrailItem next)
Method Detail

getIndex

public int getIndex()

getOccur

public int getOccur()