Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4172216

StringEnumeration, RestartableEnumeration

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P5 P5
    • None
    • 1.2.0
    • core-libs



      Name: diC59631 Date: 09/09/98


      public interface StringEnumeration extends Enumeration {
      public boolea hasMoreTokens();
      public String nextToken();
      }

      public interface RestartableEnumeration extends Enumeration {
      public void mark();
      public void reset();
      }
      (Review ID: 38530)
      ======================================================================

            jjb Josh Bloch
            dindrigo Daniel Indrigo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: