Uses of Interface
org.eclipse.emf.common.util.BasicEMap.Entry

Packages that use BasicEMap.Entry
org.eclipse.emf.common.util Provides basic utilities. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API.  
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.mapping.ecore2xml.impl   
 

Uses of BasicEMap.Entry in org.eclipse.emf.common.util
 

Classes in org.eclipse.emf.common.util that implement BasicEMap.Entry
protected  class BasicEMap.EntryImpl
          A simple and obvious entry implementation.
 

Methods in org.eclipse.emf.common.util that return BasicEMap.Entry
protected  BasicEMap.Entry BasicEMap.newEntry(int hash, Object key, Object value)
          Returns a new entry.
protected  BasicEMap.Entry BasicEMap.entryForKey(int index, int hash, Object key)
          Called to return the entry given the index, the hash, and the key.
 

Methods in org.eclipse.emf.common.util with parameters of type BasicEMap.Entry
protected  Object BasicEMap.putEntry(BasicEMap.Entry entry, Object value)
          Sets the value of the entry, and returns the former value.
protected  void BasicEMap.didAdd(BasicEMap.Entry entry)
          Called to indicate that the entry has been added.
protected  void BasicEMap.didModify(BasicEMap.Entry entry, Object oldValue)
          Called to indicate that the entry has an updated value.
protected  void BasicEMap.didRemove(BasicEMap.Entry entry)
          Called to indicate that the entry has been removed.
protected  void BasicEMap.doPut(BasicEMap.Entry entry)
          Adds the new entry to the map.
protected  void BasicEMap.doRemove(BasicEMap.Entry entry)
          Removes the entry from the map.
protected  void BasicEMap.doMove(BasicEMap.Entry entry)
          Increments the modification count.
protected  Object BasicEMap.BasicEMapIterator.yield(BasicEMap.Entry entry)
          Called to yield the iterator result for the entry.
protected  Object BasicEMap.BasicEMapKeyIterator.yield(BasicEMap.Entry entry)
          Called to yield the iterator result for the entry.
protected  Object BasicEMap.BasicEMapValueIterator.yield(BasicEMap.Entry entry)
          Called to yield the iterator result for the entry.
 

Uses of BasicEMap.Entry in org.eclipse.emf.ecore.change.impl
 

Classes in org.eclipse.emf.ecore.change.impl that implement BasicEMap.Entry
 class EObjectToChangesMapEntryImpl
           An implementation of the model object 'EObject To Changes Map Entry'
 

Uses of BasicEMap.Entry in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement BasicEMap.Entry
static class DynamicEObjectImpl.BasicEMapEntry
           
 class EStringToStringMapEntryImpl
           An implementation of the model object 'EString To String Map Entry'
 

Uses of BasicEMap.Entry in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement BasicEMap.Entry
protected  class URIMappingRegistryImpl.MappingEntryImpl
          An extended implementation that maintains a bit indicating if the entry represents a folder to folder mapping.
 

Methods in org.eclipse.emf.ecore.resource.impl that return BasicEMap.Entry
protected  BasicEMap.Entry URIMappingRegistryImpl.newEntry(int hash, Object key, Object value)
          Creates an URIMappingRegistryImpl.MappingEntryImpl.
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type BasicEMap.Entry
protected  void URIMappingRegistryImpl.didAdd(BasicEMap.Entry entry)
          Checks for folder mappings to populate the prefix maps.
protected  void URIMappingRegistryImpl.didModify(BasicEMap.Entry entry, Object oldValue)
          Checks for folder mappings to update the prefix maps.
protected  void URIMappingRegistryImpl.didRemove(BasicEMap.Entry entry)
          Checks for folder mappings to cleanup the prefix maps.
 

Uses of BasicEMap.Entry in org.eclipse.emf.ecore.util
 

Methods in org.eclipse.emf.ecore.util that return BasicEMap.Entry
protected  BasicEMap.Entry EcoreEMap.newEntry(int hash, Object key, Object value)
           
 

Uses of BasicEMap.Entry in org.eclipse.emf.mapping.ecore2xml.impl
 

Classes in org.eclipse.emf.mapping.ecore2xml.impl that implement BasicEMap.Entry
 class ENamedElementToXMLInfoMapEntryImpl
           An implementation of the model object 'ENamed Element To XML Info Map Entry'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.