Kotlin Standard Library JRE 7/8 extensions

I’m new to Kotlin and currently exploring the standard library and noticed that there were JRE 7 and 8 specific extensions which depended on the stdlib. When I created an Android test project, it specified the JRE7 flavour. My questions are: What are these extensions for and where are they docum…