ch.bfh.algo.example
Class DecoratedSequenceExample<E>

java.lang.Object
  extended by ch.bfh.algo.example.DecoratedSequenceExample<E>

public class DecoratedSequenceExample<E>
extends Object


Constructor Summary
DecoratedSequenceExample()
           
 
Method Summary
 void example()
           
 void fill(int n)
           
static void main(String[] args)
           
 int sum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratedSequenceExample

public DecoratedSequenceExample()
Method Detail

fill

public void fill(int n)

sum

public int sum()

example

public void example()

main

public static void main(String[] args)