org.exoplatform.services.common.util
Class Iterator<E>

java.lang.Object
  extended by org.exoplatform.services.common.util.Iterator<E>

public class Iterator<E>
extends java.lang.Object

Author : Nhu Dinh Thuan nhudinhthuan@yahoo.com Sep 19, 2006


Method Summary
 boolean hasNext()
           
 Tree<E> next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public Tree<E> next()

hasNext

public boolean hasNext()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.