Class CategoryKey

java.lang.Object
org.apache.log4j.CategoryKey

class CategoryKey extends Object
CategoryKey is a wrapper for String that apparently accelerated hash table lookup in early JVM's.
  • Field Details

    • name

      String name
    • hashCache

      int hashCache
  • Constructor Details

    • CategoryKey

      CategoryKey(String name)
  • Method Details

    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object rArg)
      Overrides:
      equals in class Object