Kotlin (programming language) (English Wikipedia)

Analysis of information sources in references of the Wikipedia article "Kotlin (programming language)" in English language version.

refsWebsite
Global rank English rank
1st place
1st place
low place
low place
8,974th place
7,712th place
low place
low place
9th place
13th place
383rd place
320th place
23rd place
32nd place
187th place
146th place
3,696th place
2,428th place
1,514th place
1,024th place
551st place
406th place
low place
low place
209th place
191st place
low place
low place
low place
low place
low place
low place
3,145th place
2,798th place
786th place
558th place
low place
low place
low place
low place
4,643rd place
2,973rd place
low place
low place
low place
low place
910th place
593rd place
low place
low place
low place
low place
low place
low place

adtmag.com

  • Waters, John (22 February 2012). "Kotlin Goes Open Source". ADTmag.com. 1105 Enterprise Computing Group. Archived from the original on 18 February 2014. Retrieved 2 February 2014.

android.com

developer.android.com

archive-it.org

wayback.archive-it.org

baeldung.com

  • Eric, Martin, ed. (8 January 2024). "Java equals() and hashCode() Contracts". Baeldung. Archived from the original on 19 November 2023. Retrieved 8 April 2024. By default, the Object class defines both the .equals() and .hashCode() methods. As a result, every Java class implicitly has these two methods. [...] The default implementation of equals() in the Object class compares the identity of the object. [...] The second criterion of the .hashCode() contract has an important consequence: If we override equals(), we must also override hashCode(). [...] We would expect myTeamLeader to return "Anne," but with the current code, it doesn't. If we want to use instances of the Team class as HashMap keys, we have to override the hashCode() method so that it adheres to the contract; equal objects return the same hashCode.

dripstat.com

blog.dripstat.com

dzone.com

github.com

github.com

  • "Release Kotlin 1.9.22".
  • "test · JetBrains/kotlin@3e4dce3". GitHub. Archived from the original on 17 October 2022. Retrieved 17 October 2022.
  • "Kotlin/kotlin-full-stack-application-demo". Kotlin. 3 April 2020. Archived from the original on 14 September 2020. Retrieved 4 April 2020.
  • "JetBrains/kotlin-eclipse: Kotlin Plugin for Eclipse". GitHub. Archived from the original on 16 February 2016. Retrieved 11 April 2017.
  • "square/sqldelight". GitHub. Archived from the original on 20 June 2019. Retrieved 24 July 2019.

octoverse.github.com

gradle.org

docs.gradle.org

infoworld.com

javaworld.com

jetbrains.com

blog.jetbrains.com

jetbrains.com

confluence.jetbrains.com

  • "Semicolons". jetbrains.com. Archived from the original on 23 December 2015. Retrieved 8 February 2014.
  • "functions". jetbrains.com. Archived from the original on 23 November 2015. Retrieved 8 February 2014.

youtrack.jetbrains.com

plugins.jetbrains.com

kotlinlang.org

kotlinlang.org

discuss.kotlinlang.org

play.kotlinlang.org

medium.com

elizarov.medium.com

medium.com

merriam-webster.com

oracle.com

docs.oracle.com

  • "Object (Java Platform SE 8 )". docs.oracle.com. Archived from the original on 7 April 2024. Retrieved 8 April 2024. As much as is reasonably practical, the hashCode method defined by class Object does return distinct integers for distinct objects. (This is typically implemented by converting the internal address of the object into an integer, but this implementation technique is not required by the Java™ programming language.)
  • "HashMap (Java Platform SE 8 )". docs.oracle.com. Archived from the original on 8 April 2024. Retrieved 8 April 2024. This implementation provides constant-time performance for the basic operations (get and put), assuming the hash function disperses the elements properly among the buckets.

signalvnoise.com

m.signalvnoise.com

spring.io

stackoverflow.com

insights.stackoverflow.com

talkingkotlin.com

techcrunch.com

twitter.com

uber.com

web.archive.org

wizbii.com

youtube.com

zdnet.com

zeroturnaround.com