Android API Level对应的sdk版本

objects这个类在4.4出现,有as自动生成的equals和hashCode方法

Objects.equals(name, that.name);
Objects.hash(id, name);

相关文章: