Class CaseInsensitiveIntMap.Entry

java.lang.Object
com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap.Entry
Enclosing class:
CaseInsensitiveIntMap

public static class CaseInsensitiveIntMap.Entry extends Object
  • Field Details

    • key

      public String key
    • value

      public int value
  • Constructor Details

    • Entry

      public Entry()
  • Method Details