billhongs / compressedbitset

Automatically exported from code.google.com/p/compressedbitset
0 stars 0 forks source link

IntArrayList #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
Recently, I have tried to run your project in eclipse. However, eclipse
complains about methods from the IntArrayList. For example, you call int v
= vec.get(idx); (line 929) in WAHBitSet.java. The variable v expects the
get method to return an int type. But, in the IntArrayList class provided,
the method get returns an Object. Only getQuick() in IntArrayList returns
an int type. Are you using a different IntArrayList class? If so, where can
I get this class?

Thanks,
Cong,

Original issue reported on code.google.com by congch...@gmail.com on 9 Jul 2009 at 5:32