class oadd.org.apache.hadoop.util.LightWeightCache$2 extends java.lang.Object implements java.util.Iterator { final java.util.Iterator val$iter; final oadd.org.apache.hadoop.util.LightWeightCache this$0; void (oadd.org.apache.hadoop.util.LightWeightCache, java.util.Iterator) { oadd.org.apache.hadoop.util.LightWeightCache$2 v; java.util.Iterator v; oadd.org.apache.hadoop.util.LightWeightCache v; v := @this: oadd.org.apache.hadoop.util.LightWeightCache$2; v := @parameter: oadd.org.apache.hadoop.util.LightWeightCache; v := @parameter: java.util.Iterator; v. = v; v. = v; specialinvoke v.()>(); return; } public boolean hasNext() { oadd.org.apache.hadoop.util.LightWeightCache$2 v; java.util.Iterator v; boolean v; v := @this: oadd.org.apache.hadoop.util.LightWeightCache$2; v = v.; v = interfaceinvoke v.(); return v; } public java.lang.Object next() { java.lang.Object v; oadd.org.apache.hadoop.util.LightWeightCache$2 v; java.util.Iterator v; v := @this: oadd.org.apache.hadoop.util.LightWeightCache$2; v = v.; v = interfaceinvoke v.(); return v; } public void remove() { java.lang.UnsupportedOperationException v; oadd.org.apache.hadoop.util.LightWeightCache$2 v; v := @this: oadd.org.apache.hadoop.util.LightWeightCache$2; v = new java.lang.UnsupportedOperationException; specialinvoke v.(java.lang.String)>("Remove via iterator is not supported for LightWeightCache"); throw v; } }