Klasse CharDeduplication
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.util.CharDeduplication
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungfinal char[][][][]single threaded onlystatic final intstatic final intstatic final int -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CharDeduplicationvoidreset()Veraltet.char[]sharedCopyOfRange(char[] source, int from, int to) like Arrays.copyOfRange(source, from, to) but returns a cached instance of the former result if available
-
Felddetails
-
TABLE_SIZE
public static final int TABLE_SIZE- Siehe auch:
-
INTERNAL_TABLE_SIZE
public static final int INTERNAL_TABLE_SIZE- Siehe auch:
-
OPTIMIZED_LENGTH
public static final int OPTIMIZED_LENGTH- Siehe auch:
-
charArray_length
public final char[][][][] charArray_lengthsingle threaded only
-
-
Methodendetails
-
getThreadLocalInstance
- Gibt zurück:
- an instance that is *not* thread safe. To be used in a single thread only.
-
reset
Veraltet.public for test purpose only
-