AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
HashMap.java File Reference

Go to the source code of this file.

Classes

class  aud.HashMap< Key, Value >
 Implementation of an unordered map based on a hash table. More...
 
class  aud.HashMap< Key, Value >.Bucket
 entry (key,value) in HashMap with link to next

 
class  aud.HashMap< Key, Value >.Entry
 entry (key,value) in HashMap (iterator) More...
 
class  aud.HashMap< Key, Value >.Entries
 provide HashMap iterator over key-value pairs (Entry) More...
 
class  aud.HashMap< Key, Value >.EntryIterator
 iterator over key-value pairs (Entry) in HashMap
 

Packages

package  aud
 AuD lecture: Data structures, algorithms, examples.