Package | Description |
---|---|
uwcse.collections |
Modifier and Type | Class and Description |
---|---|
class |
SimpleClosedHashMap
Implementation of the SimpleMap interface via a closed hashing with
linear probing scheme.
|
class |
SimpleListMap
Implementation of the SimpleMap interface via a single SimpleList.
|
class |
SimpleOpenHashMap
Implementation of the SimpleMap interface via an open hashing
scheme.
|
Constructor and Description |
---|
MapTester(SimpleMap map,
java.io.Reader r,
boolean doPrompt)
Make a new tester object for the given map.
|