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

Packages that use BasicEMap.Entry
org.eclipse.emf.common.util Provides basic utilities. 
 

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.
 

Fields in org.eclipse.emf.common.util with type parameters of type BasicEMap.Entry
protected  EList<BasicEMap.Entry<K,V>> BasicEMap.delegateEList
          The underlying list of entries.
 

Methods in org.eclipse.emf.common.util that return BasicEMap.Entry
protected  BasicEMap.Entry<K,V> BasicEMap.entryForKey(int index, int hash, java.lang.Object key)
          Called to return the entry given the index, the hash, and the key.
 BasicEMap.Entry<K,V> BasicEMap.get(int index)
          Delegates to BasicEMap.delegateEList.
protected  BasicEMap.Entry<K,V> BasicEMap.newEntry(int hash, K key, V value)
          Returns a new entry.
 

Methods in org.eclipse.emf.common.util that return types with arguments of type BasicEMap.Entry
protected  BasicEList<BasicEMap.Entry<K,V>> BasicEMap.newList()
          Returns a new allocated list of entries.
 

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



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.