Class EmptyIntIterator

java.lang.Object
com.ibm.wala.util.collections.EmptyIntIterator
All Implemented Interfaces:
IntIterator

public final class EmptyIntIterator extends Object implements IntIterator
A singleton instance of an empty iterator; this is better than Collections.EMPTY_SET.iterator(), which allocates an iterator object;