public final class PlayArray extends Object implements List<Object>, Cloneable, RandomAccess, Serializable
| Modifier and Type | Field and Description |
|---|---|
static PlayArray |
EMPTY_ARRAY |
| Constructor and Description |
|---|
PlayArray() |
PlayArray(int initialCapacity) |
PlayArray(List<Object> list) |
finalize, getClass, notify, notifyAll, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic static final PlayArray EMPTY_ARRAY
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(Object o)
public boolean remove(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Object>containsAll in interface List<Object>public boolean addAll(Collection<?> c)
public PlayArray fluentAddAll(Collection<?> c)
public boolean addAll(int index,
Collection<?> c)
public PlayArray fluentAddAll(int index, Collection<?> c)
public boolean removeAll(Collection<?> c)
public PlayArray fluentRemoveAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public PlayArray fluentRetainAll(Collection<?> c)
public void clear()
public PlayArray fluentClear()
public int lastIndexOf(Object o)
lastIndexOf in interface List<Object>public ListIterator<Object> listIterator()
listIterator in interface List<Object>public ListIterator<Object> listIterator(int index)
listIterator in interface List<Object>public PlayArray fluentRemove(int index)
public boolean equals(Object obj)
public int hashCode()
public PlayObject getPlayObject(int index)
public PlayArray getPlayArray(int index)
public <T> T getObject(int index,
Class<T> clazz)
public Boolean getBoolean(int index)
public boolean getBooleanValue(int index)
public Byte getByte(int index)
public byte getByteValue(int index)
public byte[] getBytes(int index)
public Short getShort(int index)
public short getShortValue(int index)
public Integer getInteger(int index)
public int getIntValue(int index)
public Long getLong(int index)
public long getLongValue(int index)
public Float getFloat(int index)
public float getFloatValue(int index)
public Double getDouble(int index)
public double getDoubleValue(int index)
public String getString(int index)
Copyright © 2019 LeanCloud. All rights reserved.