Community
Participate
Working Groups
Dictionary's ordering and caseSensitive will be passed in as args to the constructor. There will also be a default constructor, and we'll have getters for them. d1 Dictionary; // the default values are in effect d2 Dictionary = new Dictionary( true, OrderingKind.byKey ); ok OrderingKind = d1.getOrdering(); boolean sensitive = d1.getCaseSensitive();
*** Bug 356384 has been marked as a duplicate of this bug. ***
Done.
Closing.