Class KeyValueWithPrevious<K,​V>

    • Constructor Detail

      • KeyValueWithPrevious

        public KeyValueWithPrevious​(K key,
                                    V value,
                                    V prev)
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • getPrev

        public V getPrev()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object