Class MapEntry<T,U>

java.lang.Object
org.apache.calcite.runtime.MapEntry<T,U>
Type Parameters:
T - Key type
U - Value type
All Implemented Interfaces:
Map.Entry<T,U>

public class MapEntry<T,U> extends Object implements Map.Entry<T,U>
Simple implementation of Map.Entry.

It is immutable.

Key and value may be null if their types allow.