Class EntryListAdapter<V>

All Implemented Interfaces:
Iterable<V>, Collection<V>, List<V>

public final class EntryListAdapter<V> extends AbstractSequentialList<V>
List backed by an Iterable sequence of map entries.