This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c9959a10f9684f0ef10ac94bfecfc4eded6144f4
kotlin-fork
/
stdlib
/
ktSrc
T
History
James Strachan
c9959a10f9
added a couple of helper methods to Map to be able look up in a Map with function to provide a default value
2011-12-20 18:06:58 +00:00
..
Arrays.kt
KT-846: better (and correct) names for shared vars
2011-12-16 13:10:20 +04:00
Filter.kt
removed the create() methods; added linkedList<T>(varargs) helper method and made filter/flatMap/map all allow an optional argument for the kind of collection to filter/flatMap/map into. I've temporarily commented out Alex's implementation of Iterable.filter in Filters.kt as I was getting all kinds of compile error messages. Will discuss this on the list & how better to organise the functions into files
2011-12-20 16:28:18 +00:00
Iterators.kt
methods for iterators and filters
2011-12-20 15:56:10 +02:00
JavaIo.kt
a bit more methods (previously broke compilation)
2011-12-13 16:00:22 +02:00
JavaUtil.kt
added a couple of helper methods to Map to be able look up in a Map with function to provide a default value
2011-12-20 18:06:58 +00:00
ModuleBuilder.kt
override methods initial
2011-11-04 19:20:53 +01:00
String.kt
house keeping
2011-12-13 15:45:18 +02:00
System.kt
System.timeMillis method renamed to measureTimeMillis and measureTimeNano added
2011-12-20 12:54:21 +02:00
Thread.kt
Thread.kt
2011-12-19 15:55:00 +02:00