|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectver131217.Ver131217
public class Ver131217
| Constructor Summary | |
|---|---|
Ver131217()
|
|
| Method Summary | |
|---|---|
static void |
gestioneEventi()
|
static void |
inversioneFile()
Dato il file ? |
static void |
main(java.lang.String[] args)
|
static void |
testInsieme(Insieme<java.lang.Integer> ii)
Metrodo di test delle funzionalità previste per la classe Insieme |
static void |
testPalindroma(java.lang.String s)
data una stringa determina se è palindroma utilizzando lo stack |
static void |
testStack(Stack<java.lang.Integer> si)
Metrodo di test delle funzionalità previste per la classe Stack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ver131217()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - the command line argumentspublic static void testStack(Stack<java.lang.Integer> si)
si - oggetto di prova che si suppone vuotopublic static void inversioneFile()
public static void testPalindroma(java.lang.String s)
s - la stringa da esaminarepublic static void testInsieme(Insieme<java.lang.Integer> ii)
ii - oggetto di prova che si suppone vuotopublic static void gestioneEventi()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||