Interface TBooleanIterator

  • All Superinterfaces:
    gnu.trove.iterator.TIterator

    public interface TBooleanIterator
    extends gnu.trove.iterator.TIterator
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean next()  
      • Methods inherited from interface gnu.trove.iterator.TIterator

        hasNext, remove
    • Method Detail

      • next

        boolean next()