Class SmallSortedMap.Entry

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

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