Class SmallSortedMap.Entry

java.lang.Object
com.google.protobuf.SmallSortedMap.Entry
All Implemented Interfaces:
Comparable<SmallSortedMap<K>.Entry>, Map.Entry<K,Object>
Enclosing class:
SmallSortedMap<K extends FieldSet.FieldDescriptorLite<K>>

private class SmallSortedMap.Entry extends Object implements Map.Entry<K,Object>, Comparable<SmallSortedMap<K>.Entry>
Entry implementation that implements Comparable in order to support binary search within the entry array. Also checks mutability in
invalid reference
#setValue()
.