(Changed in version 2.8.0) Set.map now returns a Set, so it will discard duplicate values.
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
Creates a bit mask for the zero-adjusted ids in this set as a new array of longs
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
(Since version ) see corresponding Javadoc for more information.
A class for sets of values. Iterating through this set will yield values in increasing order of their ids.