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()
      • equals

        public boolean equals​(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()