Groovy 2.2.0

org.codehaus.groovy.util
[Java] Class ArrayIterator

java.lang.Object
  org.codehaus.groovy.util.ArrayIterator
All Implemented Interfaces:
Iterator

public class ArrayIterator
extends Object

Constructor Summary
ArrayIterator(Object[] array)

 
Method Summary
boolean hasNext()

Object next()

void remove()

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

Constructor Detail

ArrayIterator

public ArrayIterator(Object[] array)


 
Method Detail

hasNext

public boolean hasNext()


next

@SuppressWarnings("unchecked")
public Object next()


remove

public void remove()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.