public class AdapterMapImpl extends java.lang.Object implements AdapterMap, java.io.Serializable
AdapterMap
annotation.Constructor and Description |
---|
AdapterMapImpl(java.lang.Class<? extends IAdaptable> value)
Creates a new
AdapterMapImpl with the given IAdaptable
type as its value. |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IAdaptable> |
adaptableType() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public AdapterMapImpl(java.lang.Class<? extends IAdaptable> value)
AdapterMapImpl
with the given IAdaptable
type as its value.value
- The IAdaptable
type being used as value of this
AdapterMapImpl
.public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
public java.lang.Class<? extends IAdaptable> adaptableType()
public boolean equals(java.lang.Object obj)
equals
in interface java.lang.annotation.Annotation
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.lang.annotation.Annotation
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface java.lang.annotation.Annotation
toString
in class java.lang.Object
Copyright (c) 2014 itemis AG and others. All rights reserved.