assuming you aren't talking about onaholes...
strLearn
learn
are the 2 entry points.
I would recommend doing a ver3:
entry points should return a Boolean
without the unrelated methods
a return for the RefreshQ list
a load method
r:RefreshQ = RefreshQ(5)
r.insert("1")
r.insert("2")...
Nagging, that persistent and often repetitive form of communication, has intrigued researchers and puzzled partners for ages. While it might not be as glamorous as a peacock’s tail or as dramatic as a lion’s roar, nagging does have some evolutionary roots. Let’s explore:
Survival and...
public class AXConvince {
private AXContextCmd req;
private Responder reset = new Responder( "reset");
private int min = 3; // minimum requests till agreement
private int max = 6;
private DrawRnd rnd = new DrawRnd();
private int counter = 0;
private Boolean mode =...
public ArrayList<String> getSkillList(){
ArrayList<String> result = new ArrayList<String>();
for (DiSkillV2 skill: this.dClasses) {
result.add(skill.getClass().getSimpleName());
}
return result;
}