public Collection values() { Collection vs = values; if (vs == null) { vs = new Values(); values = vs; } return vs; }
第一句中的values是在哪里被赋值的,翻了好久源码都没翻到