XML Security, 1.6

com.ibm.xml.enc.dom
Class TransformUtil.ListIterator

java.lang.Object
  extended by com.ibm.xml.enc.dom.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


Field Summary
(package private)  int iter
           
(package private)  java.util.List list
           
(package private)  int size
           
 
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
 

Field Detail

list

java.util.List list

iter

int iter

size

int size
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.