80818283848586878889
private void ensureInit() { if ( properties == null ) { properties = new PropertiesSorted(comparator) ; if ( metaFilename != null ) loadProperties() ; } }