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:
Iterator<Property>

public class DirtyPropertyIterator
extends Object
implements Iterator<Property>

Author:
Bogdan Stefanescu

Constructor Summary
DirtyPropertyIterator(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(Iterator<Property> it)
Method Detail

hasNext

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

next

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

remove

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

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.