Uses of Interface
org.eclipse.emf.common.util.BasicEMap.Entry
Packages that use BasicEMap.Entry
-
Uses of BasicEMap.Entry in org.eclipse.emf.common.util
Classes in org.eclipse.emf.common.util that implement BasicEMap.EntryModifier and TypeClassDescriptionprotected classA simple and obvious entry implementation.Fields in org.eclipse.emf.common.util with type parameters of type BasicEMap.EntryModifier and TypeFieldDescriptionprotected EList<BasicEMap.Entry<K, V>> BasicEMap.delegateEListThe underlying list of entries.Methods in org.eclipse.emf.common.util that return BasicEMap.EntryModifier and TypeMethodDescriptionprotected BasicEMap.Entry<K, V> BasicEMap.entryForKey(int index, int hash, Object key) Called to return the entry given the index, the hash, and the key.BasicEMap.get(int index) Delegates toBasicEMap.delegateEList.protected BasicEMap.Entry<K, V> Returns a new entry.Methods in org.eclipse.emf.common.util that return types with arguments of type BasicEMap.EntryModifier and TypeMethodDescriptionprotected BasicEList<BasicEMap.Entry<K,V>>[] BasicEMap.newEntryData(int capacity) Returns new allocated entry data storage.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.EntryModifier and TypeMethodDescriptionprotected voidBasicEMap.didAdd(BasicEMap.Entry<K, V> entry) Called to indicate that the entry has been added.protected voidBasicEMap.didModify(BasicEMap.Entry<K, V> entry, V oldValue) Called to indicate that the entry has an updated value.protected voidBasicEMap.didRemove(BasicEMap.Entry<K, V> entry) Called to indicate that the entry has been removed.protected voidBasicEMap.doMove(BasicEMap.Entry<K, V> entry) Increments the modification count.protected voidBasicEMap.doPut(BasicEMap.Entry<K, V> entry) Adds the new entry to the map.protected voidBasicEMap.doRemove(BasicEMap.Entry<K, V> entry) Removes the entry from the map.protected VBasicEMap.putEntry(BasicEMap.Entry<K, V> entry, V value) Sets the value of the entry, and returns the former value.protected UBasicEMap.BasicEMapIterator.yield(BasicEMap.Entry<K, V> entry) Called to yield the iterator result for the entry.protected KBasicEMap.BasicEMapKeyIterator.yield(BasicEMap.Entry<K, V> entry) Called to yield the iterator result for the entry.protected VBasicEMap.BasicEMapValueIterator.yield(BasicEMap.Entry<K, V> entry) Called to yield the iterator result for the entry.