What are your thoughts on pushing the static EMPTY_XXX declarations from ImmutableCollections down in to each respective inner class? Doing that should allow for on demand class loading instead of getting everything when any factory is used.
>http://cr.openjdk.java.net/~redestad/8193128/open.04/ Jason