/[classpath]/classpath/java/util/StringTokenizer.java
ViewVC logotype

Diff of /classpath/java/util/StringTokenizer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by ericb, Fri Feb 22 07:08:04 2002 UTC revision 1.11 by ericb, Mon Mar 25 07:54:38 2002 UTC
# Line 60  package java.util; Line 60  package java.util;
60   */   */
61  public class StringTokenizer implements Enumeration  public class StringTokenizer implements Enumeration
62  {  {
63      // WARNING: StringTokenizer is a CORE class in the bootstrap cycle. See the
64      // comments in vm/reference/java/lang/Runtime for implications of this fact.
65    
66    /**    /**
67     * The position in the str, where we currently are.     * The position in the str, where we currently are.
68     */     */
# Line 262  public class StringTokenizer implements Line 265  public class StringTokenizer implements
265      // if counting delmiters add them into the token count      // if counting delmiters add them into the token count
266      return retDelims ? count + delimiterCount : count;      return retDelims ? count + delimiterCount : count;
267    }    }
268  }  } // class StringTokenizer

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26