mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
[Java] Maps description little fix.
This commit is contained in:
parent
3a12532da9
commit
494d97c4ee
@ -126,7 +126,7 @@ public class LearnJava {
|
|||||||
// LinkedLists - Implementation of doubly-linked list. All of the
|
// LinkedLists - Implementation of doubly-linked list. All of the
|
||||||
// operations perform as could be expected for
|
// operations perform as could be expected for
|
||||||
// a doubly-linked list.
|
// a doubly-linked list.
|
||||||
// Maps - An objects that maps keys to values. A map cannot contain
|
// Maps - A set of objects that maps keys to values. A map cannot contain
|
||||||
// duplicate keys; each key can map to at most one value.
|
// duplicate keys; each key can map to at most one value.
|
||||||
// HashMaps - This class uses a hashtable to implement the Map interface.
|
// HashMaps - This class uses a hashtable to implement the Map interface.
|
||||||
// This allows the execution time of basic operations,
|
// This allows the execution time of basic operations,
|
||||||
|
Loading…
Reference in New Issue
Block a user