Re: Hashtable Query

2000-04-14 Thread BELL, JOHN C
Looking at Hash.java source it appears that capacity will increase as the hastable grows in size everytime the item count exceeds the threshhold. the capacity variables are of type int which one could imply that the absolute limit must be the maximum value a variable of type int. int is a 16-bit i

Re: Hashtable Query

2000-04-14 Thread BELL, JOHN C
Looking at Hash.java source it appears that capacity will increase as the hastable grows in size everytime the item count exceeds the threshhold. the capacity variables are of type int which one could imply that the absolute limit must be the maximum value a variable of type int. int is a 16-bit i