com.linkedin.restli.restspec
Class AssocKeySchemaArray

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by com.linkedin.data.template.AbstractArrayTemplate<E>
              extended by com.linkedin.data.template.WrappingArrayTemplate<AssocKeySchema>
                  extended by com.linkedin.restli.restspec.AssocKeySchemaArray
All Implemented Interfaces:
com.linkedin.data.template.DataTemplate<com.linkedin.data.DataList>, java.lang.Cloneable, java.lang.Iterable<AssocKeySchema>, java.util.Collection<AssocKeySchema>, java.util.List<AssocKeySchema>

@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/AssociationSchema.pdsc.",
           date="Thu Oct 24 11:16:23 PDT 2013")
public class AssocKeySchemaArray
extends com.linkedin.data.template.WrappingArrayTemplate<AssocKeySchema>


Nested Class Summary
static class AssocKeySchemaArray.Fields
           
 
Field Summary
 
Fields inherited from class com.linkedin.data.template.WrappingArrayTemplate
_cache, _constructor
 
Fields inherited from class com.linkedin.data.template.AbstractArrayTemplate
_dataClass, _elementClass, _list, _schema
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AssocKeySchemaArray()
           
AssocKeySchemaArray(java.util.Collection<AssocKeySchema> c)
           
AssocKeySchemaArray(com.linkedin.data.DataList data)
           
AssocKeySchemaArray(int initialCapacity)
           
 
Method Summary
 AssocKeySchemaArray clone()
           
 AssocKeySchemaArray copy()
           
 
Methods inherited from class com.linkedin.data.template.WrappingArrayTemplate
add, add, cacheLookup, get, remove, removeRange, set, unwrap
 
Methods inherited from class com.linkedin.data.template.AbstractArrayTemplate
data, equals, hashCode, schema, size, toString
 
Methods inherited from class java.util.AbstractList
addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

AssocKeySchemaArray

public AssocKeySchemaArray()

AssocKeySchemaArray

public AssocKeySchemaArray(int initialCapacity)

AssocKeySchemaArray

public AssocKeySchemaArray(java.util.Collection<AssocKeySchema> c)

AssocKeySchemaArray

public AssocKeySchemaArray(com.linkedin.data.DataList data)
Method Detail

clone

public AssocKeySchemaArray clone()
                          throws java.lang.CloneNotSupportedException
Specified by:
clone in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataList>
Overrides:
clone in class com.linkedin.data.template.WrappingArrayTemplate<AssocKeySchema>
Throws:
java.lang.CloneNotSupportedException

copy

public AssocKeySchemaArray copy()
                         throws java.lang.CloneNotSupportedException
Specified by:
copy in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataList>
Overrides:
copy in class com.linkedin.data.template.WrappingArrayTemplate<AssocKeySchema>
Throws:
java.lang.CloneNotSupportedException