Class ListMap.SimpleEntry<K,V>

java.lang.Object
org.powermock.core.ListMap.SimpleEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
ListMap<K,V>

private static class ListMap.SimpleEntry<K,V> extends Object implements Map.Entry<K,V>
  • Field Details

    • key

      private K key
    • value

      private V value
  • Constructor Details

    • SimpleEntry

      public SimpleEntry(K key, V value)
  • Method Details