org.jboss.netty.util.internal
Interface ReusableIterator<E>

All Superinterfaces:
Iterator<E>

public interface ReusableIterator<E>
extends Iterator<E>

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Trustin Lee

Method Summary
 void rewind()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

rewind

void rewind()


Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.