-
- All Known Implementing Classes:
AVLTree
,BaseAlgorithm
public interface IAlgorithm
Interface that can be used by versioned algorithms to make matching algorithms to versions easier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(AlgorithmVersion version)
-
-
-
Method Detail
-
matches
boolean matches(AlgorithmVersion version)
-
-