由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - hashCode() in String Class
相关主题
TIJ上写错了?get full class name
问个hashtable实现问题请教一个简单的问题
问HashSet的问题?怎样用class的string type name 动态生成object?
请教一段代码,关于hashCode()interesting
问个set和literal String的问题java reflecton question: how to represent a String[] class?
也问个 HashMap问题请教一下技术问题
java多线程问题请教那个快?
系统classGenerics应该怎么得到它的class?
相关话题的讨论汇总
话题: string话题: hashcode话题: class话题: source话题: jdk
进入Java版参与讨论
1 (共1页)
c********m
发帖数: 571
1
请问哪里可以找到他的source code?
偶想知道按照他的算法计算hash code时如何处理overflow的问题
3x
o***g
发帖数: 2784
2
sun的实现是open source的,有下载

【在 c********m 的大作中提到】
: 请问哪里可以找到他的source code?
: 偶想知道按照他的算法计算hash code时如何处理overflow的问题
: 3x

c********m
发帖数: 571
3
Can you tell me where I can find the source code?
Thanks

【在 o***g 的大作中提到】
: sun的实现是open source的,有下载
e*****t
发帖数: 1005
4
it comes with jdk, just download jdk

【在 c********m 的大作中提到】
: Can you tell me where I can find the source code?
: Thanks

c********m
发帖数: 571
5
Thanks, I found it from here:
https://openjdk.dev.java.net/source/browse/openjdk/jdk/tags/jdk7-b14/j2se/
src/share/classes/java/lang/?rev=239

【在 e*****t 的大作中提到】
: it comes with jdk, just download jdk
1 (共1页)
进入Java版参与讨论
相关主题
Generics应该怎么得到它的class?问个set和literal String的问题
java问题:如何match两个正规表达式也问个 HashMap问题
java string streamjava多线程问题请教
出个简单题,看你Java APi熟悉到什么程度系统class
TIJ上写错了?get full class name
问个hashtable实现问题请教一个简单的问题
问HashSet的问题?怎样用class的string type name 动态生成object?
请教一段代码,关于hashCode()interesting
相关话题的讨论汇总
话题: string话题: hashcode话题: class话题: source话题: jdk