com.linkedin.restli.restspec
Class ParameterSchemaArray

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<ParameterSchema>
                  extended by com.linkedin.restli.restspec.ParameterSchemaArray
All Implemented Interfaces:
com.linkedin.data.template.DataTemplate<com.linkedin.data.DataList>, java.lang.Cloneable, java.lang.Iterable<ParameterSchema>, java.util.Collection<ParameterSchema>, java.util.List<ParameterSchema>

@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 ParameterSchemaArray
extends com.linkedin.data.template.WrappingArrayTemplate<ParameterSchema>


Nested Class Summary
static class ParameterSchemaArray.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
ParameterSchemaArray()
           
ParameterSchemaArray(java.util.Collection<ParameterSchema> c)
           
ParameterSchemaArray(com.linkedin.data.DataList data)
           
ParameterSchemaArray(int initialCapacity)
           
 
Method Summary
 ParameterSchemaArray clone()
           
 ParameterSchemaArray 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

ParameterSchemaArray

public ParameterSchemaArray()

ParameterSchemaArray

public ParameterSchemaArray(int initialCapacity)

ParameterSchemaArray

public ParameterSchemaArray(java.util.Collection<ParameterSchema> c)

ParameterSchemaArray

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

clone

public ParameterSchemaArray 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<ParameterSchema>
Throws:
java.lang.CloneNotSupportedException

copy

public ParameterSchemaArray 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<ParameterSchema>
Throws:
java.lang.CloneNotSupportedException