com.wewebu.ow.server.util
Class OwEvent.EmptyIterator

java.lang.Object
  extended by 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


Constructor Summary
OwEvent.EmptyIterator()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwEvent.EmptyIterator

public OwEvent.EmptyIterator()
Method Detail

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.