Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.model.impl.osm
Class TypeHierarchyIterator

java.lang.Object
  extended by org.nuxeo.ecm.core.api.model.impl.osm.TypeHierarchyIterator
All Implemented Interfaces:
Iterator<Class<?>>

public class TypeHierarchyIterator
extends Object
implements Iterator<Class<?>>

Author:
Bogdan Stefanescu

Constructor Summary
TypeHierarchyIterator(Class<?> type)
           
 
Method Summary
 boolean hasNext()
           
 Class<?> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeHierarchyIterator

public TypeHierarchyIterator(Class<?> type)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Class<?>>

next

public Class<?> next()
Specified by:
next in interface Iterator<Class<?>>

remove

public void remove()
Specified by:
remove in interface Iterator<Class<?>>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.