net.sourceforge.jaulp.collections.iterators
Class IteratorUtils

java.lang.Object
  extended by net.sourceforge.jaulp.collections.iterators.IteratorUtils

public class IteratorUtils
extends java.lang.Object

Utility class for the use of Iterator objects.

Version:
1.0
Author:
Asterios Raptis

Constructor Summary
IteratorUtils()
           
 
Method Summary
static
<T> void
printIterator(java.util.Iterator<T> iterator)
          Helper method for printing the content from an Iterator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorUtils

public IteratorUtils()
Method Detail

printIterator

public static <T> void printIterator(java.util.Iterator<T> iterator)
Helper method for printing the content from an Iterator.

Parameters:
iterator - The Iterator to print.


Copyright © 2010. All Rights Reserved.