|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRecursiveSubstringGenerator
public class RecursiveSubstringGenerator
classe eseguibile capace di generare le sottostringhe di una stringa data. La stringa e' passata come argomento nella riga di comando. L'insieme delle sottostringhe e' visualizzato a standard output, dieci sottostringhe per riga.
Constructor Summary | |
---|---|
RecursiveSubstringGenerator()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecursiveSubstringGenerator()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |