Class

com#10.github#9847.jelmerk#9849.knn#9851.scalalike#9888

JavaIndexAdapter#9907

Related Doc: package scalalike#9888

Permalink

class JavaIndexAdapter#9907[TId#9908, TVector#9909, TItem#9910 <: Item#10080[TId#9908, TVector#9909], TDistance#9911] extends knn#9851.Index#9862[TId#9908, TVector#9909, TItem#9910, TDistance#9911]

Annotations
@SerialVersionUID#1889()
Linear Supertypes
knn#9851.Index#9862[TId#9908, TVector#9909, TItem#9910, TDistance#9911], Serializable#3649, AnyRef#2947, Any#877
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaIndexAdapter#9907
  2. Index#9862
  3. Serializable#3649
  4. AnyRef#2947
  5. Any#877
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaIndexAdapter#9907(delegate#15952: Index#9893[TId#9908, TVector#9909, TItem#9910, TDistance#9911])

    Permalink

Value Members

  1. final def !=#7612(arg0: Any#877): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  2. final def ###7614(): Int#1289

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  3. final def ==#7610(arg0: Any#877): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  4. def add#15712(item#15956: TItem#9910): Unit#2816

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  5. def addAll#15717(items#28522: Collection#4934[TItem#9910]): Unit#2816

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  6. def addAll#15718(items#28557: Collection#4934[TItem#9910], progressListener#28558: ProgressListener#9859): Unit#2816

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  7. def addAll#15719(items#28590: Collection#4934[TItem#9910], numThreads#28591: Int#1289, progressListener#28592: ProgressListener#9859, progressUpdateInterval#28593: Int#1289): Unit#2816

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  8. final def asInstanceOf#7603[T0#7604]: T0#7604

    Permalink
    Definition Classes
    Any#877
  9. def clone#3366(): AnyRef#2947

    Permalink
    Attributes
    protected[java#14.lang#38]
    Definition Classes
    AnyRef#2947
    Annotations
    @HotSpotIntrinsicCandidate#3313() @throws#1838( ... )
  10. final def eq#7606(arg0: AnyRef#2947): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947
  11. def equals#3364(arg0: Any#877): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  12. def findNearest#15716(vector#16213: TVector#9909, k#16214: Int#1289): List#4961[SearchResult#10083[TItem#9910, TDistance#9911]]

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  13. def findNeighbors#15720(id#28618: TId#9908, k#28619: Int#1289): List#4961[SearchResult#10083[TItem#9910, TDistance#9911]]

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  14. def get#15715(id#15965: TId#9908): Optional#4412[TItem#9910]

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  15. final def getClass#3360(): Class#116[_]

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
    Annotations
    @HotSpotIntrinsicCandidate#3313()
  16. def hashCode#3363(): Int#1289

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
    Annotations
    @HotSpotIntrinsicCandidate#3313()
  17. final def isInstanceOf#7601[T0#7602]: Boolean#2711

    Permalink
    Definition Classes
    Any#877
  18. final def ne#7608(arg0: AnyRef#2947): Boolean#2711

    Permalink
    Definition Classes
    AnyRef#2947
  19. final def notify#3372(): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @HotSpotIntrinsicCandidate#3313()
  20. final def notifyAll#3373(): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @HotSpotIntrinsicCandidate#3313()
  21. def remove#15713(id#15960: TId#9908): Boolean#2711

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  22. def save#15721(out#28659: OutputStream#3745): Unit#2816

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  23. def save#15722(file#28699: File#3799): Unit#2816

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  24. def save#15723(path#28703: Path#10180): Unit#2816

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  25. def size#15714(): Int#1289

    Permalink
    Definition Classes
    JavaIndexAdapter#9907 → Index#9862
  26. final def synchronized#32424[T0#7616](arg0: ⇒ T0#7616): T0#7616

    Permalink
    Definition Classes
    AnyRef#2947
  27. def toString#3371(): String#293

    Permalink
    Definition Classes
    AnyRef#2947 → Any#877
  28. final def wait#3374(): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @throws#1838( ... )
  29. final def wait#3379(arg0: Long#2537): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @throws#1838( ... )
  30. final def wait#3381(arg0: Long#2537, arg1: Int#1289): Unit#2816

    Permalink
    Definition Classes
    AnyRef#2947
    Annotations
    @throws#1838( ... )

Deprecated Value Members

  1. def finalize#3384(): Unit#2816

    Permalink
    Attributes
    protected[java#14.lang#38]
    Definition Classes
    AnyRef#2947
    Annotations
    @Deprecated#299() @deprecated#1235( ... , "" ) @throws#1838( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from knn#9851.Index#9862[TId#9908, TVector#9909, TItem#9910, TDistance#9911]

Inherited from Serializable#3649

Inherited from AnyRef#2947

Inherited from Any#877

Ungrouped