org.jboss.webbeans.introspector
Class AnnotationStore.AnnotationMap

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingMap<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation>
          extended by org.jboss.webbeans.introspector.AnnotationStore.AnnotationMap
All Implemented Interfaces:
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation>
Enclosing class:
AnnotationStore

public static class AnnotationStore.AnnotationMap
extends com.google.common.collect.ForwardingMap<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation>

Represents a mapping from a annotation type to an annotation implementation


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
AnnotationStore.AnnotationMap()
           
 
Method Summary
protected  java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> delegate()
           
 java.lang.String toString()
          Gets a string representation of the Map
 
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationStore.AnnotationMap

public AnnotationStore.AnnotationMap()
Method Detail

delegate

protected java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> delegate()
Overrides:
delegate in class com.google.common.collect.ForwardingMap<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation>

toString

public java.lang.String toString()
Gets a string representation of the Map

Overrides:
toString in class com.google.common.collect.ForwardingObject
Returns:
A string representation


Copyright © 2008-2009. All Rights Reserved.