Uses of Interface
com.github.javabdd.BDDFactory.MaxMemoryStatsCallback
-
Uses of BDDFactory.MaxMemoryStatsCallback in com.github.javabdd
Fields in com.github.javabdd with type parameters of type BDDFactory.MaxMemoryStatsCallbackModifier and TypeFieldDescriptionprotected List<BDDFactory.MaxMemoryStatsCallback>BDDFactory.maxMemoryCallbacksThe registered maximum memory usage statistics callbacks, ornullif none registered.Methods in com.github.javabdd with parameters of type BDDFactory.MaxMemoryStatsCallbackModifier and TypeMethodDescriptionvoidBDDFactory.registerMaxMemoryStatsCallback(BDDFactory.MaxMemoryStatsCallback callback) Register a maximum memory usage statistics callback.voidBDDFactory.unregisterMaxMemoryStatsCallback(BDDFactory.MaxMemoryStatsCallback callback) Unregister a maximum memory usage statistics callback.