Package it.unich.jgmp
Class MPZ.MPZCleaner
- java.lang.Object
-
- it.unich.jgmp.MPZ.MPZCleaner
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- MPZ
private static class MPZ.MPZCleaner extends java.lang.Object implements java.lang.Runnable
Cleaning action for theMPZ
class.
-
-
Field Summary
Fields Modifier and Type Field Description private com.sun.jna.Pointer
mpzPointer
-
Constructor Summary
Constructors Constructor Description MPZCleaner(MpzT mpzNative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
MPZCleaner
MPZCleaner(MpzT mpzNative)
-
-