< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/CustomStringPool.java

Print this page

        

*** 1,8 **** /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ----
*** 43,52 **** --- 42,52 ---- * either justify this implementation or discard it. * * <p> * Status: In progress, under discussion. * + * @LastModified: Oct 2017 */ public class CustomStringPool extends DTMStringPool { final Map<String, Integer> m_stringToInt = new HashMap<>(); public static final int NULL = -1;
< prev index next >