com.linkedin.restli.restspec
Class CustomAnnotationContentSchemaMap

java.lang.Object
  extended by java.util.AbstractMap<java.lang.String,V>
      extended by com.linkedin.data.template.AbstractMapTemplate<V>
          extended by com.linkedin.data.template.WrappingMapTemplate<CustomAnnotationContentSchema>
              extended by 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 Class Summary
static class CustomAnnotationContentSchemaMap.Fields
           
 
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>
 
Field Summary
 
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
 
Constructor Summary
CustomAnnotationContentSchemaMap()
           
CustomAnnotationContentSchemaMap(com.linkedin.data.DataMap data)
           
CustomAnnotationContentSchemaMap(int initialCapacity)
           
CustomAnnotationContentSchemaMap(int initialCapacity, float loadFactor)
           
CustomAnnotationContentSchemaMap(java.util.Map<java.lang.String,CustomAnnotationContentSchema> m)
           
 
Method Summary
 CustomAnnotationContentSchemaMap clone()
           
 CustomAnnotationContentSchemaMap copy()
           
 
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
 

Constructor Detail

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)
Method Detail

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