protected class XcoreResource.FragmentCache extends AdapterImpl
Adapter.Internal| Modifier and Type | Field and Description |
|---|---|
protected int |
expectedSize |
protected java.util.Map<java.lang.String,EObject> |
map |
target| Constructor and Description |
|---|
XcoreResource.FragmentCache(XcoreResource xcoreResource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildEntry(EObject eObject) |
void |
clear() |
EObject |
get(java.lang.String uriFragment) |
void |
notifyChanged(Notification notification)
Does nothing; clients may override so that it does something.
|
getTarget, isAdapterForType, setTarget, unsetTargetprotected java.util.Map<java.lang.String,EObject> map
protected int expectedSize
public XcoreResource.FragmentCache(XcoreResource xcoreResource)
public EObject get(java.lang.String uriFragment)
protected void buildEntry(EObject eObject)
public void notifyChanged(Notification notification)
AdapterImplnotifyChanged in interface AdapternotifyChanged in class AdapterImplnotification - a description of the change.public void clear()