com.starbase.diff
Class StringCharSequence

java.lang.Object
  |
  +--com.starbase.diff.StringCharSequence
All Implemented Interfaces:
CharSequence

public class StringCharSequence
extends java.lang.Object
implements CharSequence


Constructor Summary
StringCharSequence(java.lang.String src)
           
 
Method Summary
 char charAt(int n)
          Returns the char located at the nth position (zero-based).
 int length()
          Returns the length of the sequence.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringCharSequence

public StringCharSequence(java.lang.String src)
Method Detail

charAt

public char charAt(int n)
Description copied from interface: CharSequence
Returns the char located at the nth position (zero-based).

Specified by:
charAt in interface CharSequence

length

public int length()
Description copied from interface: CharSequence
Returns the length of the sequence.

Specified by:
length in interface CharSequence


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.