nenok.va
Class Idempotency.Implementor

java.lang.Object
  extended by 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

Constructor Summary
Idempotency.Implementor()
           
 
Method Summary
 Regularity inverse(Idempotency factor)
          Pre-implementation of the Regularity interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Idempotency.Implementor

public Idempotency.Implementor()
Method Detail

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.