Skip to content

Commit

Permalink
fix #48: ArrayList should be Vector in code; the asymmetry of the nam…
Browse files Browse the repository at this point in the history
…es LinkedList and Vector is for historical reasons
  • Loading branch information
dingmaotu committed Oct 9, 2019
1 parent a109f2c commit 35431cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ And there are also two `Set` implementations:
With class templates and inheritance, I implemented a hierarchy:
ConstIterable -> Iterable -> Collection -> List -> ArrayList
ConstIterable -> Iterable -> Collection -> List -> Vector(like ArrayList in Java)
-> LinkedList
-> Set -> ArraySet
-> HashSet
Expand Down

0 comments on commit 35431cb

Please sign in to comment.