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

Diff of /classpath/java/text/AttributedCharacterIterator.java

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

revision 1.5 by tromey, Sat Mar 29 01:23:20 2003 UTC revision 1.6 by mkoch, Wed Oct 15 13:13:23 2003 UTC
# Line 238  toString() Line 238  toString()
238    *    *
239    * @return A list of keys    * @return A list of keys
240    */    */
241  public abstract Set  Set getAllAttributeKeys();
 getAllAttributeKeys();  
242    
243  /*************************************************************************/  /*************************************************************************/
244    
# Line 249  getAllAttributeKeys(); Line 248  getAllAttributeKeys();
248    *    *
249    * @return A <code>Map</code> of the attributes for the current character.    * @return A <code>Map</code> of the attributes for the current character.
250    */    */
251  public abstract Map  Map getAttributes();
 getAttributes();  
252    
253  /*************************************************************************/  /*************************************************************************/
254    
# Line 263  getAttributes(); Line 261  getAttributes();
261    *    *
262    * @return The value of the specified attribute    * @return The value of the specified attribute
263    */    */
264  public abstract Object  Object getAttribute (AttributedCharacterIterator.Attribute attrib);
 getAttribute(AttributedCharacterIterator.Attribute attrib);  
265    
266  /*************************************************************************/  /*************************************************************************/
267    
# Line 274  getAttribute(AttributedCharacterIterator Line 271  getAttribute(AttributedCharacterIterator
271    *    *
272    * @return The start index of the run    * @return The start index of the run
273    */    */
274  public abstract int  int getRunStart();
 getRunStart();  
275    
276  /*************************************************************************/  /*************************************************************************/
277    
# Line 288  getRunStart(); Line 284  getRunStart();
284    *    *
285    * @return The start index of the run.    * @return The start index of the run.
286    */    */
287  public abstract int  int getRunStart (Set attribs);
 getRunStart(Set attribs);  
288    
289  /*************************************************************************/  /*************************************************************************/
290    
# Line 301  getRunStart(Set attribs); Line 296  getRunStart(Set attribs);
296    *    *
297    * @return The start index of the run.    * @return The start index of the run.
298    */    */
299  public abstract int  int getRunStart (AttributedCharacterIterator.Attribute attrib);
 getRunStart(AttributedCharacterIterator.Attribute attrib);  
300    
301  /*************************************************************************/  /*************************************************************************/
302    
# Line 312  getRunStart(AttributedCharacterIterator. Line 306  getRunStart(AttributedCharacterIterator.
306    *    *
307    * @return The end index of the run.    * @return The end index of the run.
308    */    */
309  public abstract int  int getRunLimit();
 getRunLimit();  
310    
311  /*************************************************************************/  /*************************************************************************/
312    
# Line 326  getRunLimit(); Line 319  getRunLimit();
319    *    *
320    * @return The end index of the run.    * @return The end index of the run.
321    */    */
322  public abstract int  int getRunLimit (Set attribs);
 getRunLimit(Set attribs);  
323    
324  /*************************************************************************/  /*************************************************************************/
325    
# Line 339  getRunLimit(Set attribs); Line 331  getRunLimit(Set attribs);
331    *    *
332    * @return The end index of the run.    * @return The end index of the run.
333    */    */
334  public abstract int  int getRunLimit (AttributedCharacterIterator.Attribute attrib);
 getRunLimit(AttributedCharacterIterator.Attribute attrib);  
335    
336  } // interface AttributedCharacterIterator  } // interface AttributedCharacterIterator
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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