src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/KeyIndex.java
changeset 47359 e1a6c0168741
parent 47216 71c04702a3d5
child 48409 5ab69533994b
equal deleted inserted replaced
47358:d07d5f7cab35 47359:e1a6c0168741
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
       
     3  * @LastModified: Oct 2017
     3  */
     4  */
     4 /*
     5 /*
     5  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * contributor license agreements.  See the NOTICE file distributed with
     7  * contributor license agreements.  See the NOTICE file distributed with
     7  * this work for additional information regarding copyright ownership.
     8  * this work for additional information regarding copyright ownership.
    57     private int _currentDocumentNode = DTM.NULL;
    58     private int _currentDocumentNode = DTM.NULL;
    58 
    59 
    59     /**
    60     /**
    60      * A mapping from a document node to the mapping between values and nodesets
    61      * A mapping from a document node to the mapping between values and nodesets
    61      */
    62      */
    62     private Map<Integer, Map> _rootToIndexMap = new HashMap<>();
    63     private Map<Integer, Map<String, IntegerArray>> _rootToIndexMap = new HashMap<>();
    63 
    64 
    64     /**
    65     /**
    65      * The node set associated to the current value passed
    66      * The node set associated to the current value passed
    66      * to lookupKey();
    67      * to lookupKey();
    67      */
    68      */