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) int
private static final Map<CharSequence,
WeakReference<CICS>> private static final ReentrantLock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar
charAt
(int index) static void
boolean
boolean
static boolean
equalsIgnoreCase
(CharSequence cs1, CharSequence cs2) static CICS
get
(CharSequence rawCharSequence) static int
getLowerCaseHashCode
(CharSequence charSeq) int
hashCode()
int
length()
private Object
static void
subSequence
(int start, int end) 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, 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:
length
in interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
hashCode
public int hashCode() -
equals
-
getLowerCaseHashCode
-
equalsIgnoreCase
-
equalsIgnoreCase
-
readResolve
-
toLowerCase
-
resetForTesting
public static void resetForTesting()
-