Interface EntryList<K,V>

All Superinterfaces:
Collection<Map.Entry<K,V>>, Iterable<Map.Entry<K,V>>, List<Map.Entry<K,V>>, Paired<K,V>, SequencedCollection<Map.Entry<K,V>>
All Known Implementing Classes:
EntrySet, EntrySet.KeyedPrimitives, EntrySet.ObjectByte, EntrySet.ObjectDouble, EntrySet.ObjectFloat, EntrySet.ObjectInt, EntrySet.ObjectLong, EntrySet.ObjectObject, EntrySet.ObjectShort

public interface EntryList<K,V> extends List<Map.Entry<K,V>>, Paired<K,V>