org.opcfoundation.ua.utils
Class MultiDimensionArrayUtils.ArrayIterator<T>

java.lang.Object
  extended by org.opcfoundation.ua.utils.MultiDimensionArrayUtils.ArrayIterator<T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
MultiDimensionArrayUtils

public static class MultiDimensionArrayUtils.ArrayIterator<T>
extends Object
implements Iterator<T>


Method Summary
 int[] getIndices()
           
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIndices

public int[] getIndices()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T>

next

public T next()
Specified by:
next in interface Iterator<T>

remove

public void remove()
Specified by:
remove in interface Iterator<T>


Copyright © 2018. All rights reserved.