Home
last modified time | relevance | path

Searched refs:initialMappings (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/comphelper/qa/complex/comphelper/
H A DMap.java150 Pair< ?, ? >[] initialMappings = new Pair< ?, ? >[ _keys.length ]; in impl_checkMappings() local
153 initialMappings[i] = new Pair< Object, Object >( _keys[i], _values[i] ); in impl_checkMappings()
156 … connection.getComponentContext(), keyType, valueType, (Pair< Object, Object >[])initialMappings ); in impl_checkMappings()

Completed in 10 milliseconds