222324252627282930
return; Object clazz = createExecutable(); if (clazz != null && clazz instanceof IDeckSorter){ IDeckSorter sorter = (IDeckSorter)clazz; sorter.sort(deck); } }