Class CircCode


public class CircCode
extends java.lang.Object

Field Summary

private Random
r
private String[]
s
private String[]
t
private long
time

Constructor Summary

CircCode()

Method Summary

String
getTime()
String[]
getWords()
String[]
newValues()
boolean[]
test(String[] words)

Field Details

r

private Random r

s

private String[] s

t

private String[] t

time

private long time

Constructor Details

CircCode

public CircCode()

Method Details

getTime

public String getTime()

getWords

public String[] getWords()

newValues

public String[] newValues()

test

public boolean[] test(String[] words)