Package org.grails.charsequences


package org.grails.charsequences
  • Class
    Description
    Marker interface for telling that the underlying char array is directly accessible This interface is missing from the JVM although String, StringBuffer and StringBuilder all have this method.
    Utility functions for handling java.lang.CharSequence instances