Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.model.impl
Class DirtyPropertyIterator

java.lang.Object
  extended by org.nuxeo.ecm.core.api.model.impl.DirtyPropertyIterator
All Implemented Interfaces:
java.util.Iterator<Property>

public class DirtyPropertyIterator
extends java.lang.Object
implements java.util.Iterator<Property>

Author:
Bogdan Stefanescu

Constructor Summary
DirtyPropertyIterator(java.util.Iterator<Property> it)
           
 
Method Summary
 boolean hasNext()
           
 Property next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirtyPropertyIterator

public DirtyPropertyIterator(java.util.Iterator<Property> it)
Method Detail

hasNext

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

next

public Property next()
Specified by:
next in interface java.util.Iterator<Property>

remove

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.