Class RecursiveSubstringGenerator

java.lang.Object
  extended by RecursiveSubstringGenerator

public class RecursiveSubstringGenerator
extends java.lang.Object

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

RecursiveSubstringGenerator

public RecursiveSubstringGenerator()
Method Detail

main

public static void main(java.lang.String[] args)