Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.attachments
Class IncomingAttachmentsIteratorAdapter

java.lang.Object
  extended by oracle.webservices.attachments.IncomingAttachmentsIteratorAdapter

All Implemented Interfaces:
Iterator

public class IncomingAttachmentsIteratorAdapter
extends Object
implements Iterator

Created by IntelliJ IDEA. User: tgleason Date: Oct 3, 2007 Time: 5:05:24 PM To change this template use File | Settings | File Templates.


Constructor Summary
IncomingAttachmentsIteratorAdapter(IncomingAttachments atts)
           

 

Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IncomingAttachmentsIteratorAdapter

public IncomingAttachmentsIteratorAdapter(IncomingAttachments atts)

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

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.