/[classpath]/classpath/java/lang/String.java
ViewVC logotype

Diff of /classpath/java/lang/String.java

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

revision 1.64 by rabbit78, Mon Apr 18 11:18:52 2005 UTC revision 1.65 by tromey, Sun May 15 21:09:15 2005 UTC
# Line 1  Line 1 
1  /* String.java -- immutable character sequences; the object of string literals  /* String.java -- immutable character sequences; the object of string literals
2     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# Line 894  public final class String implements Ser Line 894  public final class String implements Ser
894     * Predicate which determines if this String contains the given prefix,     * Predicate which determines if this String contains the given prefix,
895     * beginning comparison at toffset. The result is false if toffset is     * beginning comparison at toffset. The result is false if toffset is
896     * negative or greater than this.length(), otherwise it is the same as     * negative or greater than this.length(), otherwise it is the same as
897     * <code>this.subString(toffset).startsWith(prefix)</code>.     * <code>this.substring(toffset).startsWith(prefix)</code>.
898     *     *
899     * @param prefix String to compare     * @param prefix String to compare
900     * @param toffset offset for this String where comparison starts     * @param toffset offset for this String where comparison starts

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

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