public interface Distance
Modifier and Type | Method and Description |
---|---|
byte |
dist(byte[] a,
byte[] b) |
double |
dist(double[] a,
double[] b) |
float |
dist(float[] a,
float[] b) |
int |
dist(int[] a,
int[] b) |
long |
dist(long[] a,
long[] b) |
short |
dist(short[] a,
short[] b) |
Copyright © 2015. All Rights Reserved.