Class Internal.MapAdapter<K,V,RealValue>

java.lang.Object
java.util.AbstractMap<K,V>
com.google.protobuf.Internal.MapAdapter<K,V,RealValue>
All Implemented Interfaces:
Map<K,V>
Enclosing class:
Internal

public static class Internal.MapAdapter<K,V,RealValue> extends AbstractMap<K,V>
Wrap around a Map<K, RealValue> and provide a Map<K, V> interface.