Record Class VectorStoreEntry
java.lang.Object
java.lang.Record
ghidra.features.bsim.query.file.VectorStoreEntry
- Record Components:
id- vector IDvec- vectorcount- countselfSig- self-significance of vector (using database settings)
-
Constructor Summary
ConstructorsConstructorDescriptionVectorStoreEntry(long id, LSHVector vec, int count, double selfSig) Creates an instance of aVectorStoreEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionintcount()Returns the value of thecountrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.longid()Returns the value of theidrecord component.doubleselfSig()Returns the value of theselfSigrecord component.final StringtoString()Returns a string representation of this record class.vec()Returns the value of thevecrecord component.
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
id
-
vec
-
count
-
selfSig
-