Class SmallKeyList.It

java.lang.Object
overit.geocall.sql.SmallKeyList.It
All Implemented Interfaces:
Iterator<T>
Enclosing class:
SmallKeyList<T>

public class SmallKeyList.It extends Object implements Iterator<T>
  • Field Details

  • Constructor Details

    • It

      public It(int overSize)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<T>
    • next

      public T next()
      Specified by:
      next in interface Iterator<T>