HashMap的 put 和 get 的时间复杂度是多少

JDK8 HashMap 源码之获取数据

为什么Java中Map接口的get函数参数竟然是Object

HashMap不存在的Key返回什么?