ch.elca.el4j.tests.util.observer
Class AnotherObserverTest.Sum
java.lang.Object
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
|
|
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 |
m_i
int m_i
AnotherObserverTest.Sum
AnotherObserverTest.Sum()
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.