org.sat4j.specs
Interface IteratorInt


public interface IteratorInt

Iterator interface to avoid boxing int into Integer.

Author:
daniel

Method Summary
 boolean hasNext()
           
 int next()
           
 

Method Detail

hasNext

boolean hasNext()

next

int next()


Copyright © 2011 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.