java.util
Class LinkedHashMap.LinkedHashMapEntrySet<KT,VT>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<KT,VT>>
java.util.HashMap.HashMapEntrySet<KT,VT>
java.util.LinkedHashMap.LinkedHashMapEntrySet<KT,VT>
- All Implemented Interfaces:
- Iterable<Map.Entry<KT,VT>>, Collection<Map.Entry<KT,VT>>, Set<Map.Entry<KT,VT>>
- Enclosing class:
- LinkedHashMap<K,V>
static final class LinkedHashMap.LinkedHashMapEntrySet<KT,VT>
- extends HashMap.HashMapEntrySet<KT,VT>
LinkedHashMap.LinkedHashMapEntrySet
public LinkedHashMap.LinkedHashMapEntrySet(LinkedHashMap<KT,VT> lhm)
iterator
public Iterator<Map.Entry<KT,VT>> iterator()
- Description copied from class:
AbstractCollection
- Returns an Iterator on the elements of this Collection. A subclass must
implement the abstract methods iterator() and size().
- Specified by:
iterator in interface Iterable<Map.Entry<KT,VT>>- Specified by:
iterator in interface Collection<Map.Entry<KT,VT>>- Specified by:
iterator in interface Set<Map.Entry<KT,VT>>- Overrides:
iterator in class HashMap.HashMapEntrySet<KT,VT>
- Returns:
- an Iterator on the elements of this Collection
- See Also:
Iterator
Please submit a feedback, bug or feature