org.eclipse.emf.ecore.resource.impl
Class URIMappingRegistryImpl.MappingEntryImpl
java.lang.Object
org.eclipse.emf.common.util.BasicEMap.EntryImpl
org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.MappingEntryImpl
- All Implemented Interfaces:
- java.util.Map.Entry<URI,URI>, BasicEMap.Entry<URI,URI>
- Enclosing class:
- URIMappingRegistryImpl
protected class URIMappingRegistryImpl.MappingEntryImpl
- extends BasicEMap.EntryImpl
An extended implementation that maintains a bit
indicating if the entry represents a folder to folder mapping.
Field Summary |
boolean |
isPrefixMapEntry
The indicator whether this entry represents a folder to folder mapping. |
Method Summary |
void |
determineEntryType()
Computes whether this entry represents a folder to folder mapping. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
isPrefixMapEntry
public boolean isPrefixMapEntry
- The indicator whether this entry represents a folder to folder mapping.
URIMappingRegistryImpl.MappingEntryImpl
public URIMappingRegistryImpl.MappingEntryImpl(int hash,
URI key,
URI value)
- Creates an instance.
determineEntryType
public void determineEntryType()
- Computes whether this entry represents a folder to folder mapping.