Joel Dice
|
0addd8c814
|
update copyright years
|
2012-05-11 17:43:27 -06:00 |
|
Joel Dice
|
b29db7fece
|
fix OpenJDK 7 build error
OpenJDK 7's javac doesn't seem to like that we're accessing
Enum.ordinal in compareTo when it's private.
|
2011-11-19 19:22:34 -07:00 |
|
Joel Dice
|
a5742f5985
|
update copyright years
|
2010-12-05 20:21:09 -07:00 |
|
Joel Dice
|
4273ff834c
|
remove uncessary parentheses from Enum.java
|
2010-09-01 10:10:11 -06:00 |
|
Joel Dice
|
6118792ffd
|
update copyright years
|
2009-12-02 19:08:29 -07:00 |
|
Joel Dice
|
77ae259e41
|
throw ClassCastException if asked to compare Enums of different types
|
2009-08-21 16:06:12 -06:00 |
|
Joel Dice
|
864a28f2ce
|
throw IllegalArgumentException from Enum.valueOf if name does not match any value
|
2009-08-13 08:57:58 -06:00 |
|
Joel Dice
|
0615b8a09f
|
add classes and methods needed for GNU Classpath compatibility
Most of these methods are stubs which throw
UnsupportedOperationExceptions for now.
|
2009-06-02 17:14:38 -06:00 |
|
Matt Weaver
|
56e708aab0
|
Added the final method "name()", not being used presently, but useful if toString() is overridden.
|
2008-08-12 16:21:39 -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 |
|
Joel Dice
|
69f1024887
|
add missing classpath methods
|
2007-11-14 09:32:36 -07:00 |
|
Eric Scharff
|
a88f7c8473
|
Implemented proper enum toString() behavior and an enum test. it should
work, but it fails with the current build.
|
2007-09-26 12:59:18 -06:00 |
|
Eric Scharff
|
c174ce34b6
|
Added several useful classes
|
2007-09-26 11:27:09 -06:00 |
|