netty5/common/src
时无两丶 5223217121 Replace map with set. (#9833)
Motivation:
Replace Map with Set. `reportedLeaks` has better semantics as a Set, and if it is a Map, it seems that the value of this Map has no meaning to us.

Modifications:

Use Set.

Result:
Cleaner code
2019-12-04 13:57:01 +01:00
..
main Replace map with set. (#9833) 2019-12-04 13:57:01 +01:00
test Use interval instead of mask comparison for Recycler ratio (#9748) 2019-11-05 15:21:09 +01:00