Revert "Stream test"
This commit is contained in:
@@ -75,14 +75,4 @@ public class SortResult {
|
||||
return nf.format(sortedArray.length);
|
||||
}
|
||||
|
||||
public String getMin(){
|
||||
NumberFormat nf = NumberFormat.getInstance(Locale.US);
|
||||
return nf.format(sortedArray[0]);
|
||||
}
|
||||
|
||||
public String getMax(){
|
||||
NumberFormat nf = NumberFormat.getInstance(Locale.US);
|
||||
return nf.format(sortedArray[sortedArray.length-1]);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user