Class ConstantUtf8.Cache

java.lang.Object
org.apache.bcel.classfile.ConstantUtf8.Cache
Enclosing class:
ConstantUtf8

private static final class ConstantUtf8.Cache extends Object
  • Field Details

    • 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 HashMap<String,ConstantUtf8> CACHE
    • MAX_ENTRY_SIZE

      private static final int MAX_ENTRY_SIZE
  • Constructor Details

    • Cache

      private Cache()
  • Method Details

    • isEnabled

      static boolean isEnabled()