Help coderanch get a
new server
by contributing to the fundraiser

James O Brien

Greenhorn
+ Follow
since Dec 22, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by James O Brien

What are the advantages implementing data in a file rather than in memory???
20 years ago
is there any way to open a ObjectInputStream more efficiently , I tried bufferedInputStream , but it does not seem to output the corect answer when I tested , but outputted the correct answer without buffering
20 years ago
how do you convertor outputted code to a file, so when you open the file you can read it
20 years ago
how do you convert a binary output in a file to hex?
20 years ago
I was wondering what is the best way to write an ProductListIterator which is an iteration of an thetha joins of objects in a Array of lists.

Elements of each list are accessed in chucks of blockSize elements to cut down the number of times each list is iterated. For each combination of elements, the elements are combined using the supplied combiner object and the result is part of the resulting list.
constructor=public ProductList(List[] lists, Combiner combiner, int blockSize)
class= class ProductListIterator implements ListIterator
method working on = public productListIterator()
Any help appreciated
20 years ago