|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
com.linkedin.data.template.AbstractArrayTemplate<E>
com.linkedin.data.template.WrappingArrayTemplate<Link>
com.linkedin.restli.common.LinkArray
public class LinkArray
| 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 | |
|---|---|
LinkArray()
Initialize a new basic LinkArray. |
|
LinkArray(java.util.Collection<Link> c)
Initialize a new LinkArray that contains the given items. |
|
LinkArray(com.linkedin.data.DataList data)
Initialize a new LinkArray that contains the given data. |
|
LinkArray(int initialCapacity)
Initialize a new LinkArray with the given initial capacity. |
|
| Method Summary |
|---|
| Methods inherited from class com.linkedin.data.template.WrappingArrayTemplate |
|---|
add, add, cacheLookup, clone, copy, 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 |
|---|
public LinkArray()
public LinkArray(int initialCapacity)
initialCapacity - initial capacity of the LinkArraypublic LinkArray(java.util.Collection<Link> c)
c - Collection of Linkspublic LinkArray(com.linkedin.data.DataList data)
data - DataList containing Links
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||