ch.elca.el4j.tests.util.observer
Class AnotherObserverTest.Sum

java.lang.Object
  extended by ch.elca.el4j.tests.util.observer.AnotherObserverTest.Sum
All Implemented Interfaces:
Computable<Integer>
Enclosing class:
AnotherObserverTest

 class AnotherObserverTest.Sum
extends Object
implements Computable<Integer>


Field Summary
(package private)  int m_i
           
 
Constructor Summary
AnotherObserverTest.Sum()
           
 
Method Summary
 Integer is()
          returns the sum of all values with index smaller i.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_i

int m_i
Constructor Detail

AnotherObserverTest.Sum

AnotherObserverTest.Sum()
Method Detail

is

public Integer is()
returns the sum of all values with index smaller i.

Specified by:
is in interface Computable<Integer>
Returns:
see above


Copyright © 2005-2011 ELCA. All Rights Reserved.