public class ArraySetIterator extends Object implements Iterator<Integer>
ArraySet
ArraySetIterator(int[] a, int s)
boolean
equals(Object o)
int
hashCode()
hasNext()
Integer
next()
void
remove()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ArraySetIterator(int[] a, int s)
a
s
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public boolean hasNext()
hasNext
Iterator<Integer>
public Integer next()
next
public void remove()
remove
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.