Skip to content

Java05. ДЗ 05, Мурычева Наталья#7

Open
natalymr wants to merge 4 commits intomasterfrom
hw5
Open

Java05. ДЗ 05, Мурычева Наталья#7
natalymr wants to merge 4 commits intomasterfrom
hw5

Conversation

@natalymr
Copy link
Owner

Add Second Part

throw new UnsupportedOperationException();
Comparator<Map.Entry<String, List<String>>> writingLengthComparator =
Comparator.comparing(s -> String.join("", s.getValue())
.length());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

можно и нужно обойтись без сложения строк

@@ -0,0 +1,46 @@

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

тесты на Collections?
осталась последняя попытка
я ни на что не намекаю, но многое уже встречал тут Carups/java_hw_4#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants