Nuxeo Enterprise Platform 5.4

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:
java.util.Iterator<java.lang.Class<?>>

public class TypeHierarchyIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Class<?>>

Author:
Bogdan Stefanescu

Constructor Summary
TypeHierarchyIterator(java.lang.Class<?> type)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.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(java.lang.Class<?> type)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<java.lang.Class<?>>

next

public java.lang.Class<?> next()
Specified by:
next in interface java.util.Iterator<java.lang.Class<?>>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<java.lang.Class<?>>

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.