Package monq

Class Example

java.lang.Object
monq.Example

public final class Example extends Object
Basic example use of the software.

This program is only for demonstration purposes. Look at the source code. Its functionality is likely not useful for anything.

  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Copies standard input to standard output while marking integer numbers and sequences of alpha characters starting with an uppercase character with <num> and <alpha> respectively.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Copies standard input to standard output while marking integer numbers and sequences of alpha characters starting with an uppercase character with <num> and <alpha> respectively. Produces a final count of either category,
      Parameters:
      args - unused
      Throws:
      Exception