Searched refs:applyToLongInt (Results 1 – 1 of 1) sorted by relevance
417 static interface LI2IFunction { public long applyToLongInt(long a, int b); } in applyToLongInt() method423 return a.applyToLongInt(v, i) == b.applyToLongInt(v, i); in li2l()