XML Security, 1.6

com.ibm.xml.crypto.dsig.dom.transform
Class TreeNodeSetData.ReadOnlyListIterator

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.transform.TreeNodeSetData.ReadOnlyListIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
TreeNodeSetData

static class TreeNodeSetData.ReadOnlyListIterator
extends java.lang.Object
implements java.util.Iterator


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

Constructor Detail

TreeNodeSetData.ReadOnlyListIterator

TreeNodeSetData.ReadOnlyListIterator(java.util.List l)
Method Detail

hasNext

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

next

public java.lang.Object next()
                      throws java.util.NoSuchElementException
Specified by:
next in interface java.util.Iterator
Throws:
java.util.NoSuchElementException

remove

public void remove()
            throws java.lang.UnsupportedOperationException
Specified by:
remove in interface java.util.Iterator
Throws:
java.lang.UnsupportedOperationException

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.