Class Fingerprint

java.lang.Object
  |
  +--Fingerprint

public class Fingerprint
extends java.lang.Object

Here, a fingerprint is just a random number. But it could be anything, including a collection of personal traits owned by the suspect. The important thing is that it is unique, and so if you have another's fingerprint object, you can make sure a randomly drawn other person does or does not match that fingerprint


Constructor Summary
Fingerprint(double x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fingerprint

public Fingerprint(double x)