Uses of Class
com.github.jfasttext.FastTextWrapper.FloatStringPair
-
Packages that use FastTextWrapper.FloatStringPair Package Description com.github.jfasttext -
-
Uses of FastTextWrapper.FloatStringPair in com.github.jfasttext
Methods in com.github.jfasttext that return FastTextWrapper.FloatStringPair Modifier and Type Method Description FastTextWrapper.FloatStringPairFastTextWrapper.FloatStringPair. first(float first)FastTextWrapper.FloatStringPairFastTextWrapper.FloatStringPair. put(float firstValue, String secondValue)FastTextWrapper.FloatStringPairFastTextWrapper.FloatStringPair. put(float firstValue, org.bytedeco.javacpp.BytePointer secondValue)FastTextWrapper.FloatStringPairFastTextWrapper.FloatStringPair. put(FastTextWrapper.FloatStringPair x)FastTextWrapper.FloatStringPairFastTextWrapper.FloatStringPair. second(String second)FastTextWrapper.FloatStringPairFastTextWrapper.FloatStringPair. second(org.bytedeco.javacpp.BytePointer second)Methods in com.github.jfasttext with parameters of type FastTextWrapper.FloatStringPair Modifier and Type Method Description FastTextWrapper.FloatStringPairFastTextWrapper.FloatStringPair. put(FastTextWrapper.FloatStringPair x)
-