net.sf.mmm.util.lang.base
Class AbstractCharSequence

java.lang.Object
  extended by net.sf.mmm.util.lang.base.CoreCharSequence
      extended by net.sf.mmm.util.lang.base.AbstractCharSequence
All Implemented Interfaces:
CharSequence

public abstract class AbstractCharSequence
extends CoreCharSequence

This is an abstract implementation of the CharSequence to make life easier.

Since:
1.0.2
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Constructor Summary
AbstractCharSequence()
          The constructor.
 
Method Summary
 CharSequence subSequence(int startPosition, int endPosition)
          
 
Methods inherited from class net.sf.mmm.util.lang.base.CoreCharSequence
contentChanged, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.CharSequence
charAt, length
 

Constructor Detail

AbstractCharSequence

public AbstractCharSequence()
The constructor.

Method Detail

subSequence

public CharSequence subSequence(int startPosition,
                                int endPosition)



Copyright © 2001-2010 mmm-Team. All Rights Reserved.