Algorithm 类
定义
Abstract base class for all Algorithm objects.
public class Algorithm
- 继承
-
java.lang.ObjectAlgorithm
构造函数
Algorithm(String name) |
Constructor.
|
方法
getName() |
Gets the name of the algorithm.
|
Abstract base class for all Algorithm objects.
public class Algorithm
Algorithm(String name) |
Constructor.
|
getName() |
Gets the name of the algorithm.
|