Package com.github.jfasttext
Class FastTextWrapper.DoubleIntPair
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- com.github.jfasttext.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
-
-
Constructor Summary
Constructors Constructor Description DoubleIntPair()DoubleIntPair(float firstValue, int secondValue)DoubleIntPair(org.bytedeco.javacpp.Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatfirst()FastTextWrapper.DoubleIntPairfirst(float first)FastTextWrapper.DoubleIntPairput(float firstValue, int secondValue)FastTextWrapper.DoubleIntPairput(FastTextWrapper.DoubleIntPair x)intsecond()FastTextWrapper.DoubleIntPairsecond(int second)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Method Detail
-
put
@Name("operator =") @ByRef public FastTextWrapper.DoubleIntPair put(@ByRef FastTextWrapper.DoubleIntPair x)
-
first
@MemberGetter @ByRef public float first()
-
first
public FastTextWrapper.DoubleIntPair first(float first)
-
second
@MemberGetter public int second()
-
second
public FastTextWrapper.DoubleIntPair second(int second)
-
put
public FastTextWrapper.DoubleIntPair put(float firstValue, int secondValue)
-
-