Home
last modified time | relevance | path

Searched defs:MapEntryLite (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMapEntryLite.java45 public class MapEntryLite<K, V> { class
73 private MapEntryLite( in MapEntryLite() method in MapEntryLite
81 private MapEntryLite(Metadata<K, V> metadata, K key, V value) { in MapEntryLite() method in MapEntryLite