com.devexperts.util
Interface LongIterator

All Superinterfaces:
Iterator<Long>

public interface LongIterator
extends Iterator<Long>

This class extends Iterator with methods that are specific to long values.


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

Method Detail

nextLong

long nextLong()


Copyright © 2013 Devexperts. All Rights Reserved.