Module org.apache.lucene.join
Package org.apache.lucene.search.join
Interface JoinUtil.LongFloatProcedure
-
- Enclosing class:
- JoinUtil
private static interface JoinUtil.LongFloatProcedure
Similar toBiConsumer
for primitive arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(long key, float value)
-