Package gw.lang.parser
Class CICS
java.lang.Object
gw.lang.parser.CICS
- All Implemented Interfaces:
Serializable,CharSequence
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) static int(package private) String(package private) intprivate static final Map<CharSequence,WeakReference<CICS>> private static final ReentrantLock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) static voidbooleanbooleanstatic booleanequalsIgnoreCase(CharSequence cs1, CharSequence cs2) static CICSget(CharSequence rawCharSequence) static intgetLowerCaseHashCode(CharSequence charSeq) inthashCode()intlength()private Objectstatic 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
-
Field Details
-
CASE_SENSITIVE_CACHE
-
LOCK
-
_nextUniqueCode
static int _nextUniqueCode -
_string
String _string -
_hashCode
int _hashCode -
_uniqueCode
int _uniqueCode
-
-
Constructor Details
-
CICS
CICS(CharSequence rawCharSequence)
-
-
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
-
readResolve
-
toLowerCase
-
resetForTesting
public static void resetForTesting()
-