Package org.apache.lucene.util.hnsw
Interface IntToIntFunction
-
public interface IntToIntFunction
Native int to int function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
apply(int v)
-