ow$1.java 548 Bytes
import com.google.common.collect.ImmutableCollection;
import com.google.common.collect.ImmutableList;
import java.util.Map.Entry;

final class ow$1
  extends op<V>
{
  ow$1(ow paramow, ImmutableList paramImmutableList) {}
  
  final ImmutableCollection<V> b()
  {
    return this.b;
  }
  
  public final V get(int paramInt)
  {
    return (V)((Map.Entry)this.a.get(paramInt)).getValue();
  }
}


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