Home
last modified time | relevance | path

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

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