Package gw.lang.parser
Class CICS
- java.lang.Object
-
- gw.lang.parser.CICS
-
- All Implemented Interfaces:
Serializable
,CharSequence
public class CICS extends Object implements CharSequence, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description char
charAt(int index)
static void
cleanupWeakReferences()
boolean
equals(Object o)
boolean
equalsIgnoreCase(CharSequence cs)
static boolean
equalsIgnoreCase(CharSequence cs1, CharSequence cs2)
static CICS
get(CharSequence rawCharSequence)
static int
getLowerCaseHashCode(CharSequence charSeq)
int
hashCode()
int
length()
static void
resetForTesting()
CharSequence
subSequence(int start, int end)
String
toLowerCase()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
-
-
-
Method Detail
-
get
public static CICS get(CharSequence rawCharSequence)
-
cleanupWeakReferences
public static void cleanupWeakReferences()
-
length
public int length()
- Specified by:
length
in interfaceCharSequence
-
charAt
public char charAt(int index)
- Specified by:
charAt
in interfaceCharSequence
-
subSequence
public CharSequence subSequence(int start, int end)
- Specified by:
subSequence
in interfaceCharSequence
-
toString
public String toString()
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
getLowerCaseHashCode
public static int getLowerCaseHashCode(CharSequence charSeq)
-
equalsIgnoreCase
public boolean equalsIgnoreCase(CharSequence cs)
-
equalsIgnoreCase
public static boolean equalsIgnoreCase(CharSequence cs1, CharSequence cs2)
-
toLowerCase
public String toLowerCase()
-
resetForTesting
public static void resetForTesting()
-
-