|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDistanceFinder
public class DistanceFinder
Constructor Summary | |
---|---|
DistanceFinder(int n)
|
Method Summary | |
---|---|
int |
getDistance(long code1,
long code2)
|
long |
getNeighbor(int code,
int k)
|
void |
printStats()
|
void |
printStats(PrintStream p)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistanceFinder(int n)
Method Detail |
---|
public long getNeighbor(int code, int k)
public int getDistance(long code1, long code2)
public void printStats()
public void printStats(PrintStream p)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |