org.apache.clerezza.rdf.core.impl.graphmatching.collections
Interface IntIterator

All Superinterfaces:
Iterator<Integer>

public interface IntIterator
extends Iterator<Integer>

An iterator allowing to iterate over ints, Iterator is extended for compatibility, however accessing nextInt allows faster implementations.

Author:
reto

Method Summary
 int nextInt()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextInt

int nextInt()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.