Package ca.uqac.lif.cep.tuples
Class Tuple.MapEntry<K,V>
- java.lang.Object
-
- ca.uqac.lif.cep.tuples.Tuple.MapEntry<K,V>
-
- Type Parameters:
K
- Type of keysV
- Type of values
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- Tuple
public static final class Tuple.MapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
Simple implementation of the Map interface
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
V
setValue(V value)
-