com.google.common.collect.testing
Interface TestIteratorGenerator<E>

Type Parameters:
E - the element type of the iterator.

This class is GWT compatible.

All Known Implementing Classes:
DerivedTestIteratorGenerator

@GwtCompatible
public interface TestIteratorGenerator<E>

Creates iterators to be tested.

Author:
George van den Driessche

Method Summary
 Iterator<E> get()
           
 

Method Detail

get

Iterator<E> get()


Copyright © 2010-2012. All Rights Reserved.