home *** CD-ROM | disk | FTP | other *** search
/ Internet CD 2005 August / MICD_2005_08.iso / Multimedia / Twist / TwistEval.exe / Main / webhelp0.cab / hhapplet / IndexListItem.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-06-19  |  395 b   |  14 lines

  1. package hhapplet;
  2.  
  3. import java.util.Vector;
  4.  
  5. public class IndexListItem {
  6.    public IndexSecondaryEntry main_entry;
  7.    public Vector secondary_entries;
  8.  
  9.    IndexListItem(IndexSecondaryEntry var1, Vector var2) {
  10.       this.main_entry = var1;
  11.       this.secondary_entries = var2;
  12.    }
  13. }
  14.