Is 'java.util.BitSet' available at JDK1.3?

J

Joshua

I am working with JDK 1.3 + Websphere.
Is it possible to use java.util.BitSet class on this environment?


- Joshua.
 
?

=?ISO-8859-1?Q?Daniel_Sj=F6blom?=

Joshua said:
I am working with JDK 1.3 + Websphere.
Is it possible to use java.util.BitSet class on this environment?

All of the JDK classes have a 'since version number x.x' note in the
java docs. java.util.BitSet has been around since the beginning. But you
know, you could have tried to use the BitSet class in your environment
instead of waiting for answers here ;-)
 
J

Joshua

thanks for wise advice ;-)
but this could be helpful to others.
anyway i am re-engineering to remove existing BitSet classes from the
codes. T.T
 
E

Esmond Pitt

Joshua said:
thanks for wise advice ;-)
but this could be helpful to others.
anyway i am re-engineering to remove existing BitSet classes from the
codes. T.T

Why?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,998
Latest member
MarissaEub

Latest Threads

Top