com.linkedin.restli.restspec
Class CustomAnnotationContentSchemaMap
java.lang.Object
java.util.AbstractMap<java.lang.String,V>
com.linkedin.data.template.AbstractMapTemplate<V>
com.linkedin.data.template.WrappingMapTemplate<CustomAnnotationContentSchema>
com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap
- All Implemented Interfaces:
- com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>, java.lang.Cloneable, java.util.Map<java.lang.String,CustomAnnotationContentSchema>
@Generated(value="com.linkedin.pegasus.generator.PegasusDataTemplateGenerator",
comments="LinkedIn Data Template. Generated from /Users/jbetz/projects/pegasus_trunk/pegasus/restli-common/src/main/pegasus/com/linkedin/restli/restspec/ActionSchema.pdsc.",
date="Thu Oct 24 11:16:22 PDT 2013")
public class CustomAnnotationContentSchemaMap- extends com.linkedin.data.template.WrappingMapTemplate<CustomAnnotationContentSchema>
| Nested classes/interfaces inherited from class com.linkedin.data.template.WrappingMapTemplate |
com.linkedin.data.template.WrappingMapTemplate.EntrySet |
| Nested classes/interfaces inherited from class com.linkedin.data.template.AbstractMapTemplate |
com.linkedin.data.template.AbstractMapTemplate.AbstractEntrySet, com.linkedin.data.template.AbstractMapTemplate.WrappingMapEntry<V> |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
| Fields inherited from class com.linkedin.data.template.WrappingMapTemplate |
_cache, _constructor, _entrySet |
| Fields inherited from class com.linkedin.data.template.AbstractMapTemplate |
_dataClass, _map, _schema, _valueClass |
| Methods inherited from class com.linkedin.data.template.WrappingMapTemplate |
cacheLookup, containsValue, entrySet, get, put, remove, unwrap |
| Methods inherited from class com.linkedin.data.template.AbstractMapTemplate |
clear, containsKey, data, equals, hashCode, isEmpty, keySet, newDataMapOfSize, schema, size, toString, valueClass |
| Methods inherited from class java.util.AbstractMap |
putAll, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
CustomAnnotationContentSchemaMap
public CustomAnnotationContentSchemaMap()
CustomAnnotationContentSchemaMap
public CustomAnnotationContentSchemaMap(int initialCapacity)
CustomAnnotationContentSchemaMap
public CustomAnnotationContentSchemaMap(int initialCapacity,
float loadFactor)
CustomAnnotationContentSchemaMap
public CustomAnnotationContentSchemaMap(java.util.Map<java.lang.String,CustomAnnotationContentSchema> m)
CustomAnnotationContentSchemaMap
public CustomAnnotationContentSchemaMap(com.linkedin.data.DataMap data)
clone
public CustomAnnotationContentSchemaMap clone()
throws java.lang.CloneNotSupportedException
- Specified by:
clone in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>- Overrides:
clone in class com.linkedin.data.template.WrappingMapTemplate<CustomAnnotationContentSchema>
- Throws:
java.lang.CloneNotSupportedException
copy
public CustomAnnotationContentSchemaMap copy()
throws java.lang.CloneNotSupportedException
- Specified by:
copy in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>- Overrides:
copy in class com.linkedin.data.template.WrappingMapTemplate<CustomAnnotationContentSchema>
- Throws:
java.lang.CloneNotSupportedException