nenok.va
Class Idempotency.Implementor
java.lang.Object
nenok.va.Idempotency.Implementor
- Enclosing interface:
- Idempotency
public static class Idempotency.Implementor
- extends Object
Implementor of the Idempotency interface.
- Version:
- 1.1
- Author:
- Marc Pouly
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Idempotency.Implementor
public Idempotency.Implementor()
inverse
public Regularity inverse(Idempotency factor)
- Pre-implementation of the
Regularity
interface.
- Parameters:
factor
- The factor whose inverse has to be computed.
- Returns:
- The inverse of the factor.