Class ConstantUtf8.Cache

  • Enclosing class:
    ConstantUtf8

    private static class ConstantUtf8.Cache
    extends java.lang.Object
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • Cache

        private Cache()
    • Method Detail

      • isEnabled

        static boolean isEnabled()