Class TreeIterable<K,V,O>
- java.lang.Object
-
- net.anwiba.commons.lang.tree.iterator.TreeIterable<K,V,O>
-
- All Implemented Interfaces:
java.lang.Iterable<O>,IObjectIterable<O>
public class TreeIterable<K,V,O> extends java.lang.Object implements IObjectIterable<O>
-
-
Constructor Summary
Constructors Constructor Description TreeIterable(IObjectIteratorFactory<ITreeItem<K,V>,O> factory, ITreeItem<K,V> item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IObjectIterator<O>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreach
-
-
-
-
Method Detail
-
iterator
public IObjectIterator<O> iterator()
- Specified by:
iteratorin interfaceIObjectIterable<K>- Specified by:
iteratorin interfacejava.lang.Iterable<K>
-
-