文件名称:GetTestieCollections:编写一些练习Collections类的测试
文件大小:17KB
文件格式:ZIP
更新时间:2024-05-16 17:52:21
Java
GetTestieCollections 编写一些练习Collections类的测试 创建一个项目,为每个Collections类编写1或2个测试。 找出最常见,最有用的方法,然后在为该类编写的测试中使用它们。 该类应该是例如TestHashMap,然后具有一个TestHasMap方法,该方法使用您认为有用的各种方法。 我已经包括了两个类, Person和Address如果您需要一个具体的类来提供给通用结构。 也可以随意使用Integer和/或String 。 对以下各项进行测试: 对于Set接口, HashSet是最常用的实现。 对于List接口, ArrayList是最常用的实现。 对于Map接口, HashMap是最常用的实现。 对于Queue接口, LinkedList是最常用的实现。 对于Deque接口, ArrayDeque是最常用的实现。 还包括针对Vecto
【文件预览】:
GetTestieCollections-master
----.DS_Store(6KB)
----.idea()
--------libraries()
--------misc.xml(514B)
--------compiler.xml(630B)
--------GetTestieCollections.iml(336B)
--------encodings.xml(182B)
--------modules.xml(413B)
--------vcs.xml(167B)
----gettestie()
--------.gitattributes(86B)
--------src()
--------.travis.yml(69B)
--------pom.xml(6KB)
--------.editorconfig(295B)
--------.gitignore(324B)
----README.md(2KB)