... hashValue;
for (int i = 0; i < 10; i++) {
// need to define tempArrayList
tempArrayList = new ArrayList ();
// using random number for hashKey and hashValue
hashKey = randomGenerator.nextInt();
hashValue = hashKey;
// assigning values to the temp array
System.out.println("hashKey and hashValue = " + hashKey);
for (int j = 0; j < 3 ; j ++) {
tempArrayList.add(j, ...

http://stoneself.livejournal.com/1076247.html
(Cached)
0 links
Published: 1 year, 2 months ago (Wed, 30 Apr 2008 10:28:35 PDT); 2282 bytes
|