コード例 #1
0
ファイル: DictionaryOfConcepts.java プロジェクト: kullen/MRI
 public DisplayableConcept find(Concept key) {
   return (DisplayableConcept)
       (conceptUniqueIdentifierToConceptEntries.get(key.getConceptUniqueIdentifier()));
 }