ed$a.java 780 Bytes
import java.util.Iterator;

final class ed$a<T>
  implements Iterator<T>
{
  final int a;
  int b;
  int c;
  boolean d = false;
  
  ed$a(ed paramed, int paramInt)
  {
    this.a = paramInt;
    this.b = paramed.a();
  }
  
  public final boolean hasNext()
  {
    return this.c < this.b;
  }
  
  public final T next()
  {
    Object localObject = this.e.a(this.c, this.a);
    this.c += 1;
    this.d = true;
    return (T)localObject;
  }
  
  public final void remove()
  {
    if (!this.d) {
      throw new IllegalStateException();
    }
    this.c -= 1;
    this.b -= 1;
    this.d = false;
    this.e.a(this.c);
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/ed$a.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */