|
|
|
@ -4,7 +4,7 @@ import java.util.Comparator;
|
|
|
|
|
|
|
|
|
|
|
|
import com.platform.entities.SqlFileInfoEntity;
|
|
|
|
import com.platform.entities.SqlFileInfoEntity;
|
|
|
|
|
|
|
|
|
|
|
|
public class Compare4MyFilesEntity implements Comparator<SqlFileInfoEntity> {
|
|
|
|
public class Compare4SqlFilesEntity implements Comparator<SqlFileInfoEntity> {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public int compare(SqlFileInfoEntity arg0, SqlFileInfoEntity arg1) {
|
|
|
|
public int compare(SqlFileInfoEntity arg0, SqlFileInfoEntity arg1) {
|