ot$a.java
432 Bytes
import javax.annotation.Nullable;
public final class ot$a<K, V>
extends ot<K, V>
{
public ot$a(K paramK, V paramV)
{
super(paramK, paramV);
}
@Nullable
final ot<K, V> a()
{
return null;
}
@Nullable
final ot<K, V> b()
{
return null;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/ot$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/