Home
last modified time | relevance | path

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

/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java53 static HashMap hashedsdfstrings = new HashMap(); field in EditorController
316 hashedsdfstrings.put( aSdfString.getId() , aSdfString ); in readStrings()
335 if( hashedsdfstrings.containsKey( aEntity.getId() ) ) in readStrings()
337 aSdfString = (SdfString) hashedsdfstrings.get( aEntity.getId() ); in readStrings()

Completed in 7 milliseconds