/[classpath]/classpath/java/text/CollationKey.java
ViewVC logotype

Diff of /classpath/java/text/CollationKey.java

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

revision 1.7 by mkoch, Wed May 21 12:19:59 2003 UTC revision 1.8 by mkoch, Wed Oct 15 16:05:10 2003 UTC
# Line 177  public final class CollationKey implemen Line 177  public final class CollationKey implemen
177     *     *
178     * @return The source <code>String</code> for this object.     * @return The source <code>String</code> for this object.
179     */     */
180    public String getSourceString ()    public String getSourceString()
181    {    {
182      return originalText;      return originalText;
183    }    }
# Line 189  public final class CollationKey implemen Line 189  public final class CollationKey implemen
189     *     *
190     * @return A hash value for this object.     * @return A hash value for this object.
191     */     */
192    public int hashCode ()    public int hashCode()
193    {    {
194      return key.hashCode ();      return key.hashCode();
195    }    }
196        
197    /**    /**
# Line 199  public final class CollationKey implemen Line 199  public final class CollationKey implemen
199     *     *
200     * @param A byte array containing the collation bit sequence.     * @param A byte array containing the collation bit sequence.
201     */     */
202    public byte[] toByteArray ()    public byte[] toByteArray()
203    {    {
204      return key;      return key;
205    }    }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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