Package org.cip4.jdflib.datatypes
Class StringCache
java.lang.Object
org.cip4.jdflib.datatypes.StringCache
Deprecated.
- simply use the jave intern method
-
Method Summary
-
Method Details
-
enable
public static void enable(boolean enable) Deprecated. -
getCreateString
Deprecated.- Parameters:
s-- Returns:
-
getString
Deprecated.gets strings if they are there, eles only fills short strings up to length 2- Parameters:
s-- Returns:
-
size
public static int size()Deprecated.- Returns:
- the number of cached strings
-
addAll
Deprecated.- Parameters:
c-
-