home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / NET / netscape / CP32E404.EXE / nav40p.z / java40.jar / java / text / EntryPair.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  350 b   |  11 lines

  1. package java.text;
  2.  
  3. final class EntryPair {
  4.    public String entryName;
  5.    public int value;
  6.  
  7.    EntryPair() {
  8.       this.value = RuleBasedCollator.UNMAPPED;
  9.    }
  10. }
  11.