AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
aud.HashMap< Key, Value >.Entries Class Reference

provide HashMap iterator over key-value pairs (Entry) More...

+ Inheritance diagram for aud.HashMap< Key, Value >.Entries:
+ Collaboration diagram for aud.HashMap< Key, Value >.Entries:

Public Member Functions

Iterator< Entryiterator ()
 

Detailed Description

provide HashMap iterator over key-value pairs (Entry)

Definition at line 75 of file HashMap.java.

Member Function Documentation

◆ iterator()

Iterator< Entry > aud.HashMap< Key, Value >.Entries.iterator ( )

Definition at line 78 of file HashMap.java.

78 {
79 return new EntryIterator(hashmap_);
80 }

The documentation for this class was generated from the following file: