Package gw.lang.parser
Class CICS
java.lang.Object
gw.lang.parser.CICS
- All Implemented Interfaces:
Serializable,CharSequence
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) static voidbooleanbooleanstatic booleanequalsIgnoreCase(CharSequence cs1, CharSequence cs2) static CICSget(CharSequence rawCharSequence) static intgetLowerCaseHashCode(CharSequence charSeq) inthashCode()intlength()static voidsubSequence(int start, int end) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Method Details
-
get
-
cleanupWeakReferences
public static void cleanupWeakReferences() -
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
hashCode
public int hashCode() -
equals
-
getLowerCaseHashCode
-
equalsIgnoreCase
-
equalsIgnoreCase
-
toLowerCase
-
resetForTesting
public static void resetForTesting()
-