Class MapEntry<K,V>

java.lang.Object
org.assertj.core.data.MapEntry<K,V>
Type Parameters:
K - the type of the key of this entry.
V - the type of the value of this entry.
All Implemented Interfaces:
Map.Entry<K,V>

public final class MapEntry<K,V> extends Object implements Map.Entry<K,V>
Understands an entry in a Map.
Author:
Yvonne Wang
  • Field Details

    • key

      public final K key
    • value

      public final V value
  • Method Details