Class FastTextWrapper.DoubleIntPair

  • All Implemented Interfaces:
    AutoCloseable
    Enclosing class:
    FastTextWrapper

    @NoOffset
    @Name("std::pair<fasttext::real,int32_t>")
    public static class FastTextWrapper.DoubleIntPair
    extends org.bytedeco.javacpp.Pointer
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer

        org.bytedeco.javacpp.Pointer.CustomDeallocator, org.bytedeco.javacpp.Pointer.Deallocator, org.bytedeco.javacpp.Pointer.NativeDeallocator, org.bytedeco.javacpp.Pointer.ReferenceCounter
    • Field Summary

      • Fields inherited from class org.bytedeco.javacpp.Pointer

        address, capacity, limit, position
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleIntPair()  
      DoubleIntPair​(float firstValue, int secondValue)  
      DoubleIntPair​(org.bytedeco.javacpp.Pointer p)
      Pointer cast constructor.