java.util ... Iterates over the entries of a map, and checks whether a predicate is valid ... map = [ba:3, cz:6, ab:5].sort() assert map*.value == [5, 3, 6].
確定! 回上一頁