JML

Uses of Interface
java.lang.CharSequence

Packages that use CharSequence
java.lang JML Specifications for the corresponding types in the Java Developement Kit (JDK). 
java.util.regex JML Specifications for the corresponding types in the Java Developement Kit (JDK). 
 

Uses of CharSequence in java.lang
 

Classes in java.lang that implement CharSequence
 class String
          JML's specification of java.lang.String.
 class StringBuffer
          JML's specification of StringBuffer.
 

Methods in java.lang that return CharSequence
 CharSequence String.subSequence(int beginIndex, int endIndex)
           
abstract  CharSequence CharSequence.subSequence(int start, int end)
           
 CharSequence StringBuffer.subSequence(int start, int end)
           
 

Uses of CharSequence in java.util.regex
 

Methods in java.util.regex with parameters of type CharSequence
 Matcher Pattern.matcher(CharSequence input)
           
static boolean Pattern.matches(String regex, CharSequence input)
           
 String[] Pattern.split(CharSequence input, int limit)
           
 String[] Pattern.split(CharSequence input)
           
 Matcher Matcher.reset(CharSequence input)
           
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.