Package org.assertj.guava.data
Class MapEntry<K,V>
- java.lang.Object
-
- org.assertj.guava.data.MapEntry<K,V>
-
- Type Parameters:
K- key typeV- value type
@Deprecated public final class MapEntry<K,V> extends Object
Deprecated.useorg.assertj.core.data.MapEntryinstead.This is generic version ofMapEntry
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <K,V>
MapEntry<K,V>entry(K key, V value)Deprecated.Creates a newMapEntry.booleanequals(Object obj)Deprecated.inthashCode()Deprecated.StringtoString()Deprecated.
-