oe$c.java
476 Bytes
import com.google.common.base.Predicate;
import javax.annotation.Nullable;
final class oe$c
implements Predicate<V>
{
private final K b;
oe$c(K paramK)
{
Object localObject;
this.b = localObject;
}
public final boolean apply(@Nullable V paramV)
{
return oe.a(this.a, this.b, paramV);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/oe$c.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/