Re: [collections] dual list/set implementation?

2003-08-30 Thread Chris Feldhacker
Java 1.4 provides java.util.LinkedHashMap, which does what you're describing, only with a Map. Perhaps collections could mimic it...? - Original Message - From: __matthewHawthorne To: Jakarta Commons Developers List Sent: Friday, August 29, 2003 1:06 PM Subject: [collections] dual

[lang] CharSet oversight?

2003-08-02 Thread Chris Feldhacker
The CharSet.add(String) method makes special consideration for the - character, adding it to the set if it is the only character in the string. However, the same special consideration is not made for the ^ character. Is this intentional? I would think special consideration should either be

[lang] [patch] CharRange utilizing StringBuffer

2003-08-01 Thread Chris Feldhacker
[my first real post:] CharRange.toString() method was modified to utilize a StringBuffer. Index: CharRange.java === RCS file: /home/cvspublic/jakarta-commons/lang/src/java/org/apache/commons/lang/CharRa nge.java,v retrieving

Eclipse setup

2003-07-31 Thread Chris Feldhacker
to hack the .project file and manually add a .classpath file? Any help would be appreciated! Thanks! Chris Feldhacker - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]