final class com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator extends java.lang.Object implements java.util.Iterator
{
private final java.lang.RuntimeException ex;
private void <init>(java.lang.RuntimeException)
{
com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator v;
java.lang.RuntimeException v;
v := @this: com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator;
v := @parameter: java.lang.RuntimeException;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator: java.lang.RuntimeException ex> = v;
return;
}
public boolean hasNext()
{
com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator v;
v := @this: com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator;
return 1;
}
public java.lang.Object next()
{
com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator v;
java.lang.RuntimeException v, v;
v := @this: com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator;
v = v.<com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator: java.lang.RuntimeException ex>;
virtualinvoke v.<java.lang.RuntimeException: java.lang.Throwable fillInStackTrace()>();
v = v.<com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator: java.lang.RuntimeException ex>;
throw v;
}
public void remove()
{
com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator v;
java.lang.RuntimeException v, v;
v := @this: com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator;
v = v.<com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator: java.lang.RuntimeException ex>;
virtualinvoke v.<java.lang.RuntimeException: java.lang.Throwable fillInStackTrace()>();
v = v.<com.google.common.collect.testing.IteratorTesterTest$ThrowingIterator: java.lang.RuntimeException ex>;
throw v;
}
}