mm$ad.java 1.89 KB
import java.lang.ref.ReferenceQueue;
import java.lang.ref.WeakReference;
import javax.annotation.Nullable;

class mm$ad<K, V>
  extends WeakReference<K>
  implements mm.p<K, V>
{
  final int g;
  final mm.p<K, V> h;
  volatile mm.z<K, V> i = mm.j();
  
  mm$ad(ReferenceQueue<K> paramReferenceQueue, K paramK, int paramInt, @Nullable mm.p<K, V> paramp)
  {
    super(paramK, paramReferenceQueue);
    this.g = paramInt;
    this.h = paramp;
  }
  
  public final mm.z<K, V> a()
  {
    return this.i;
  }
  
  public void a(long paramLong)
  {
    throw new UnsupportedOperationException();
  }
  
  public void a(mm.p<K, V> paramp)
  {
    throw new UnsupportedOperationException();
  }
  
  public final void a(mm.z<K, V> paramz)
  {
    this.i = paramz;
  }
  
  public final mm.p<K, V> b()
  {
    return this.h;
  }
  
  public void b(long paramLong)
  {
    throw new UnsupportedOperationException();
  }
  
  public void b(mm.p<K, V> paramp)
  {
    throw new UnsupportedOperationException();
  }
  
  public final int c()
  {
    return this.g;
  }
  
  public void c(mm.p<K, V> paramp)
  {
    throw new UnsupportedOperationException();
  }
  
  public final K d()
  {
    return (K)get();
  }
  
  public void d(mm.p<K, V> paramp)
  {
    throw new UnsupportedOperationException();
  }
  
  public long e()
  {
    throw new UnsupportedOperationException();
  }
  
  public mm.p<K, V> f()
  {
    throw new UnsupportedOperationException();
  }
  
  public mm.p<K, V> g()
  {
    throw new UnsupportedOperationException();
  }
  
  public long h()
  {
    throw new UnsupportedOperationException();
  }
  
  public mm.p<K, V> i()
  {
    throw new UnsupportedOperationException();
  }
  
  public mm.p<K, V> j()
  {
    throw new UnsupportedOperationException();
  }
}


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