The method "containsKey" of the java class org.eclipse.emf.ecore.EPackage.Registry.INSTANCE checks whether the EPackage registry contains the specified key. It returns true if the registry contains an entry with the provided key, otherwise, it returns false.
Java EPackage.Registry.INSTANCE.containsKey - 20 examples found. These are the top rated real world Java examples of org.eclipse.emf.ecore.EPackage.Registry.INSTANCE.containsKey extracted from open source projects. You can rate examples to help us improve the quality of examples.