com.wewebu.ow.server.util
Class OwEvent.EmptyIterator
java.lang.Object
com.wewebu.ow.server.util.OwEvent.EmptyIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- OwEvent
public static class OwEvent.EmptyIterator
- extends Object
- implements Iterator
Simple empty iterator.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwEvent.EmptyIterator
public OwEvent.EmptyIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.