qe$b$b$1.java 650 Bytes
import com.google.common.base.Preconditions;
import java.util.Map;
import java.util.Map.Entry;

final class qe$b$b$1
  extends mw<R, V>
{
  qe$b$b$1(qe.b.b paramb, Map.Entry paramEntry) {}
  
  public final R getKey()
  {
    return (R)this.a.getKey();
  }
  
  public final V getValue()
  {
    return (V)((Map)this.a.getValue()).get(this.b.b.a);
  }
  
  public final V setValue(V paramV)
  {
    return (V)((Map)this.a.getValue()).put(this.b.b.a, Preconditions.checkNotNull(paramV));
  }
}


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