kevinmost
06/08/2016, 12:19 AMkkozmic
06/08/2016, 12:20 AMkkozmic
06/08/2016, 12:20 AMamaranth
06/08/2016, 1:52 AMzoltu
06/08/2016, 1:52 AMamaranth
06/08/2016, 1:53 AMsargunv
06/08/2016, 2:05 AMsargunv
06/08/2016, 2:08 AMsargunv
06/08/2016, 2:08 AMamaranth
06/08/2016, 2:42 AMamaranth
06/08/2016, 2:43 AMdean
06/08/2016, 4:07 AMdean
06/08/2016, 4:10 AMdean
06/08/2016, 4:10 AMamaranth
06/08/2016, 4:37 AMamaranth
06/08/2016, 4:37 AMvaldemar0204
06/08/2016, 6:32 AM(0 until size).toList().map { source.readString() }
kkozmic
06/08/2016, 6:36 AMkkozmic
06/08/2016, 6:36 AMvoddan
06/08/2016, 6:38 AMgildor
06/08/2016, 6:38 AMvoddan
06/08/2016, 6:40 AMkkozmic
06/08/2016, 6:50 AMkirillrakhman
06/08/2016, 7:06 AMkkozmic
06/08/2016, 7:12 AMmzgreen
06/08/2016, 7:46 AMhashMapOf
then when I call map.values.toList()
, it changes order of my values. I don’t see `treeMapOf’. Which one should I use to preserve order (I want it to be the same as I’ve added it to the map)debug
06/08/2016, 7:46 AMpublic interface OneParamLambda<R, P> extends NParamLambda {
R execute(P var1) throws Exception;
}
with lambda expressions?debug
06/08/2016, 7:47 AMyole
06/08/2016, 7:48 AMlinkedMapOf
yole
06/08/2016, 7:48 AMmutableMapOf
which does the same thing