package ÅÅÐòËã·¨¿ò¼Ü£¨LSP£©; /** * @author ·½³õÑô * @version 1.0 * @created 23-10ÔÂ-2025 21:04:32 */ public class SortContext { private SortStrategy strategy; public SortStrategy m_SortStrategy; public SortContext(){ } public void finalize() throws Throwable { } /** * * @param array */ public int executeSort(array:int array){ return 0; } /** * * @param strategy */ public void setStrategy(strategy:SortStrategy strategy){ } }//end SortContext