Class Tuple.MapEntry<K,V>

java.lang.Object
ca.uqac.lif.cep.tuples.Tuple.MapEntry<K,V>
Type Parameters:
K - Type of keys
V - Type of values
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
Tuple

public static final class Tuple.MapEntry<K,V> extends Object implements Map.Entry<K,V>
Simple implementation of the Map interface
  • Constructor Details

    • MapEntry

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