from 10 Jan
>If we decide to use it, we can add both the import statements
>for the JDK1.1 version and 1.2 version. For now just comment
>out the 1.2 imports so were compatable on 1.1. That way it's easy to switch
in the future.
I wish everyone would of put more thought into before they voted !
Anyone have a Sortable TreeSet implementation laying around? Or am I going
to have to dig out my
Data Structures book!
dave
-----Original Message-----
From: jon * <[EMAIL PROTECTED]>
To: Turbine <[EMAIL PROTECTED]>
Date: Thursday, January 20, 2000 6:09 PM
Subject: Re: Added requirement from JDK collections
>on 1/20/00 4:07 PM, mbryson <[EMAIL PROTECTED]> wrote:
>
>> Did you uncomment the the jdk2 imports in the appropriate files???
>> I've left the imports for JDK2 in the files (commented out).
>> All you need to do is change the imports depending on the JDK.
>>
>> If your using JDK1.1.* you're OK.
>>
>> If your using JDK2 then -
>>
>> // For JDK 1.2
>> file://import java.util.Collections;
>>
>> // For JDK 1.1.*
>> import com.sun.java.util.collections.*;
>>
>>
>> dave
>
>Ack. This sucks. I thought that there was going to be a better way to deal
>with this stuff. If this is the only way, then I'm going to have to -1 the
>use of collections.
>
>-jon
>
>--
>Come to the first official Apache Software Foundation
>Conference! <http://ApacheCon.Com/>
>
>
>
>
>------------------------------------------------------------
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]