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

entry (key,value) in HashMap (iterator) More...

Public Attributes

Key key
 
Value value
 

Detailed Description

entry (key,value) in HashMap (iterator)

Definition at line 65 of file HashMap.java.

Member Data Documentation

◆ key

Key aud.HashMap< Key, Value >.Entry.key

Definition at line 70 of file HashMap.java.

◆ value

Value aud.HashMap< Key, Value >.Entry.value

Definition at line 71 of file HashMap.java.


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