XML Security, 1.6

com.ibm.xml.crypto.dsig.dom.transform
Class TransformUtil.ListIterator

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

public static class TransformUtil.ListIterator
extends java.lang.Object
implements java.util.Iterator

Read-only iterator for List


Constructor Summary
TransformUtil.ListIterator(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

TransformUtil.ListIterator

public TransformUtil.ListIterator(java.util.List l)
Parameters:
l - This List must not be changed.
Method Detail

next

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

hasNext

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

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

XML Security, 1.6

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