Searched refs:realEntry (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DInternal.java549 private final Map.Entry<K, RealValue> realEntry; field in class:Internal.MapAdapter.EntryAdapter
551 public EntryAdapter(Map.Entry<K, RealValue> realEntry) { argument
552 this.realEntry = realEntry;
557 return realEntry.getKey();
562 return valueConverter.doForward(realEntry.getValue());
567 RealValue oldValue = realEntry.setValue(

Completed in 85 milliseconds