Package io.anyline.nfc.bouncycastle.util
Interface Memoable
-
- All Implemented Interfaces:
public interface Memoable
Interface for Memoable objects. Memoable objects allow the taking of a snapshot of their internal state via the copy() method and then reseting the object back to that state later using the reset() method.