Например: < /p>
Код: Выделить всё
Hashset hashset = new HashSet(m);
// ... put n < m elements in the hashset ...
hashset.stream().do something;
Подробнее здесь: https://stackoverflow.com/questions/646 ... shset-of-a
Код: Выделить всё
Hashset hashset = new HashSet(m);
// ... put n < m elements in the hashset ...
hashset.stream().do something;