CompositeGlyphComponentList
Inheritance: java.lang.Object, java.util.AbstractCollection, java.util.AbstractList, java.util.ArrayList
public class CompositeGlyphComponentList extends ArrayList<CompositeGlyphComponent>
Represents composite glyph components list.
Methods
toArray(T[] arg0)
public T[] <T>toArray(T[] arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | T[] |
Returns: T[]
add(E arg0)
public boolean add(E arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | E |
Returns: boolean
add(int arg0, E arg1)
public void add(int arg0, E arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | E |
addAll(int arg0, Collection<? extends E> arg1)
public boolean addAll(int arg0, Collection<? extends E> arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | java.util.Collection<? extends E> |
Returns: boolean
addAll(Collection<? extends E> arg0)
public boolean addAll(Collection<? extends E> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Collection<? extends E> |
Returns: boolean
clear()
public void clear()
clone()
public Object clone()
Returns: java.lang.Object
contains(Object arg0)
public boolean contains(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
containsAll(Collection arg0)
public boolean containsAll(Collection<?> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Collection |
Returns: boolean
ensureCapacity(int arg0)
public void ensureCapacity(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
forEach(Consumer<? super E> arg0)
public void forEach(Consumer<? super E> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.function.Consumer<? super E> |
get(int arg0)
public E get(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: E
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public int hashCode()
Returns: int
indexOf(Object arg0)
public int indexOf(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: int
isEmpty()
public boolean isEmpty()
Returns: boolean
iterator()
public Iterator<E> iterator()
Returns:
java.util.Iterator
lastIndexOf(Object arg0)
public int lastIndexOf(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: int
listIterator()
public ListIterator<E> listIterator()
Returns:
java.util.ListIterator
listIterator(int arg0)
public ListIterator<E> listIterator(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns:
java.util.ListIterator
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
remove(int arg0)
public E remove(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: E
remove(Object arg0)
public boolean remove(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
removeAll(Collection arg0)
public boolean removeAll(Collection<?> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Collection |
Returns: boolean
removeIf(Predicate<? super E> arg0)
public boolean removeIf(Predicate<? super E> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.function.Predicate<? super E> |
Returns: boolean
replaceAll(UnaryOperator arg0)
public void replaceAll(UnaryOperator<E> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.function.UnaryOperator |
retainAll(Collection arg0)
public boolean retainAll(Collection<?> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Collection |
Returns: boolean
set(int arg0, E arg1)
public E set(int arg0, E arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | E |
Returns: E
size()
public int size()
Returns: int
sort(Comparator<? super E> arg0)
public void sort(Comparator<? super E> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Comparator<? super E> |
spliterator()
public Spliterator<E> spliterator()
Returns:
java.util.Spliterator
subList(int arg0, int arg1)
public List<E> subList(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
Returns:
java.util.List
toArray()
public Object[] toArray()
Returns: java.lang.Object[]
toString()
public String toString()
Returns: java.lang.String
trimToSize()
public void trimToSize()
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |