Class StringIntMap.Entry

java.lang.Object
org.apache.batik.css.engine.StringIntMap.Entry
Enclosing class:
StringIntMap

protected static class StringIntMap.Entry extends Object
To manage collisions
  • Field Details

    • hash

      public final int hash
      The hash code, must not change after init.
    • key

      public String key
      The key
    • value

      public int value
      The value, not changed after creation.
    • next

      public StringIntMap.Entry next
      The next entry - changed, when table[] is reordered.
  • Constructor Details