List of utility methods to do Iterator Size Get
int count = 0; while (iterator.hasNext()) { iterator.next(); count++; return count;