Class FastHashMap.Entry<K,V>

java.lang.Object
org.sunflow.util.FastHashMap.Entry<K,V>
Enclosing class:
FastHashMap<K,V>

public static class FastHashMap.Entry<K,V> extends Object
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()