org.eclipse.xtext.common.types.util
Class TypeArgumentContextProvider.PrimitiveAwareMap

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingMap<JvmTypeParameter,JvmTypeReference>
          extended by org.eclipse.xtext.common.types.util.TypeArgumentContextProvider.PrimitiveAwareMap
All Implemented Interfaces:
java.util.Map<JvmTypeParameter,JvmTypeReference>
Enclosing class:
TypeArgumentContextProvider

protected class TypeArgumentContextProvider.PrimitiveAwareMap
extends com.google.common.collect.ForwardingMap<JvmTypeParameter,JvmTypeReference>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
protected TypeArgumentContextProvider.PrimitiveAwareMap()
           
 
Method Summary
protected  java.util.Map<JvmTypeParameter,JvmTypeReference> delegate()
           
 JvmTypeReference put(JvmTypeParameter key, JvmTypeReference value)
           
 java.lang.String toString()
           
 
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEntrySet, standardEquals, standardHashCode, standardIsEmpty, standardKeySet, standardPutAll, standardRemove, standardToString, standardValues, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeArgumentContextProvider.PrimitiveAwareMap

protected TypeArgumentContextProvider.PrimitiveAwareMap()
Method Detail

delegate

protected java.util.Map<JvmTypeParameter,JvmTypeReference> delegate()
Overrides:
delegate in class com.google.common.collect.ForwardingMap<JvmTypeParameter,JvmTypeReference>

put

public JvmTypeReference put(JvmTypeParameter key,
                            JvmTypeReference value)
Specified by:
put in interface java.util.Map<JvmTypeParameter,JvmTypeReference>
Overrides:
put in class com.google.common.collect.ForwardingMap<JvmTypeParameter,JvmTypeReference>

toString

public java.lang.String toString()
Overrides:
toString in class com.google.common.collect.ForwardingObject