Posted By:
rajeev_chari
Posted On:
Thursday, April 19, 2001 05:36 AM
I want to use a colllection ( vector or hashtable) which can contain more than Integer.MAX_VALUE members. All these collectins can work fine with 2**31 -1 members. Solution I see is to create a properiety data structure to work for BigInteger type of index.
Is there existing data structure , which I can use?
Any suggestions??
Regards
--rajeev