K
- the type of the key elementsV
- the type of the value elementspublic final class ComparableEntryIterable<K,V>
extends java.lang.Object
implements java.lang.Iterable<java.util.Map.Entry<K,V>>
ComparableEntryIterable
iterates an Iterable of Entry and wraps each
Entry into a ComparableEntry
.Constructor and Description |
---|
ComparableEntryIterable(java.lang.Iterable<? extends java.util.Map.Entry<? extends K,? extends V>> iter)
Creates a
ComparableEntryIterable . |
public ComparableEntryIterable(java.lang.Iterable<? extends java.util.Map.Entry<? extends K,? extends V>> iter)
ComparableEntryIterable
.iter
- an Iterable of Entry