Package org.apache.bcel.classfile
Class ConstantUtf8.Cache
- java.lang.Object
-
- org.apache.bcel.classfile.ConstantUtf8.Cache
-
- Enclosing class:
- ConstantUtf8
private static class ConstantUtf8.Cache extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
BCEL_STATISTICS
private static java.util.HashMap<java.lang.String,ConstantUtf8>
CACHE
private static int
INITIAL_CAPACITY
private static int
MAX_ENTRIES
private static int
MAX_ENTRY_SIZE
-
Constructor Summary
Constructors Modifier Constructor Description private
Cache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static boolean
isEnabled()
-
-
-
Field Detail
-
BCEL_STATISTICS
private static final boolean BCEL_STATISTICS
-
MAX_ENTRIES
private static final int MAX_ENTRIES
-
INITIAL_CAPACITY
private static final int INITIAL_CAPACITY
-
CACHE
private static final java.util.HashMap<java.lang.String,ConstantUtf8> CACHE
-
MAX_ENTRY_SIZE
private static final int MAX_ENTRY_SIZE
-
-