Joel Dice
|
6118792ffd
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
|
Joel Dice
|
9d6a3021ca
|
make Hashtable.toString synchronized
|
2009-05-31 14:16:08 -06:00 |
|
mweaver
|
6b89ecd0ee
|
Like a noob, I missed some things... broke the compilation.
|
2009-04-22 15:24:26 -06:00 |
|
Eric Scharff
|
af784f4cbc
|
"Fix" Map.containsKey() and Map.containsValue()
java.util.Map.containsKey() and java.util.Map.containsValue() take
Object parameters, not K and V. Changed to improve classpath
compatibility.
|
2009-04-17 08:57:49 -06:00 |
|
Joel Dice
|
2edaa82801
|
prepend copyright notice and license to all source files; add license.txt and readme.txt
|
2008-02-19 11:06:52 -07:00 |
|
Eric Scharff
|
8b2577b77c
|
Add method to create one hashtable from a map, useful in converting a
HashMap into a Hashtable.
|
2007-12-18 11:23:59 -07:00 |
|
Eric Scharff
|
b02b98609e
|
Added methods isEmpty(), putAll(), toArray() to interfaces List and Map
|
2007-09-26 08:57:34 -06:00 |
|
Joel Dice
|
a68505ff48
|
implement Hashtable.toString() (defer to HashMap)
|
2007-08-21 22:00:46 -06:00 |
|
Joel Dice
|
472ecb1713
|
flesh out some classpath classes
|
2007-07-22 13:06:21 -06:00 |
|
Joel Dice
|
ecd31a10a4
|
fun with collections
|
2007-07-21 21:47:29 -06:00 |
|