Package com.google.protobuf
Class SmallSortedMap.EmptySet
java.lang.Object
com.google.protobuf.SmallSortedMap.EmptySet
- Enclosing class:
SmallSortedMap<K extends Comparable<K>,
V>
Helper class that holds immutable instances of an Iterable/Iterator that we return when the
overflow entries is empty. This eliminates the creation of an Iterator object when there is
nothing to iterate over.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ITERATOR
-
ITERABLE
-
-
Constructor Details
-
EmptySet
private EmptySet()
-
-
Method Details
-
iterable
-