org.mmbase.util
Class Casting.StringWrapper

java.lang.Object
  extended byorg.mmbase.util.Casting.StringWrapper
All Implemented Interfaces:
CharSequence
Enclosing class:
Casting

public static class Casting.StringWrapper
extends Object
implements CharSequence

Wraps a String with an 'Escaper'.

Since:
MMBase-1.8

Method Summary
 char charAt(int index)
           
 CharSequence getString()
           
 int length()
           
 CharSequence subSequence(int start, int end)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

charAt

public char charAt(int index)
Specified by:
charAt in interface CharSequence

length

public int length()
Specified by:
length in interface CharSequence

subSequence

public CharSequence subSequence(int start,
                                int end)
Specified by:
subSequence in interface CharSequence

toString

public String toString()
Specified by:
toString in interface CharSequence

getString

public CharSequence getString()


MMBase build 1.8.1.20060716