railo.runtime.type.wrap
Class ArrayAsList
java.lang.Object
railo.runtime.type.wrap.ArrayAsList
- All Implemented Interfaces:
- Iterable, Collection, List
public class ArrayAsList
- extends Object
- implements List
toList
public static List toList(Array array)
add
public boolean add(Object o)
- Specified by:
add
in interface Collection
- Specified by:
add
in interface List
- See Also:
java.util.List#addEntry(E)
add
public void add(int index,
Object element)
- Specified by:
add
in interface List
addAll
public boolean addAll(Collection c)
- Specified by:
addAll
in interface Collection
- Specified by:
addAll
in interface List
- See Also:
List.addAll(java.util.Collection)
addAll
public boolean addAll(int index,
Collection c)
- Specified by:
addAll
in interface List
- See Also:
List.addAll(int, java.util.Collection)
clear
public void clear()
- Specified by:
clear
in interface Collection
- Specified by:
clear
in interface List
- See Also:
List.clear()
contains
public boolean contains(Object o)
- Specified by:
contains
in interface Collection
- Specified by:
contains
in interface List
- See Also:
List.contains(java.lang.Object)
containsAll
public boolean containsAll(Collection c)
- Specified by:
containsAll
in interface Collection
- Specified by:
containsAll
in interface List
- See Also:
List.containsAll(java.util.Collection)
get
public Object get(int index)
- Specified by:
get
in interface List
- See Also:
List.get(int)
indexOf
public int indexOf(Object o)
- Specified by:
indexOf
in interface List
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection
- Specified by:
isEmpty
in interface List
- See Also:
List.isEmpty()
iterator
public Iterator iterator()
- Specified by:
iterator
in interface Iterable
- Specified by:
iterator
in interface Collection
- Specified by:
iterator
in interface List
- See Also:
List.iterator()
lastIndexOf
public int lastIndexOf(Object o)
- Specified by:
lastIndexOf
in interface List
listIterator
public ListIterator listIterator()
- Specified by:
listIterator
in interface List
- See Also:
List.listIterator()
listIterator
public ListIterator listIterator(int index)
- Specified by:
listIterator
in interface List
- See Also:
List.listIterator(int)
remove
public boolean remove(Object o)
- Specified by:
remove
in interface Collection
- Specified by:
remove
in interface List
- See Also:
List.remove(java.lang.Object)
remove
public Object remove(int index)
- Specified by:
remove
in interface List
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAll
in interface Collection
- Specified by:
removeAll
in interface List
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAll
in interface Collection
- Specified by:
retainAll
in interface List
set
public Object set(int index,
Object element)
- Specified by:
set
in interface List
size
public int size()
- Specified by:
size
in interface Collection
- Specified by:
size
in interface List
- See Also:
List.size()
subList
public List subList(int fromIndex,
int toIndex)
- Specified by:
subList
in interface List
- See Also:
List.subList(int, int)
toArray
public Object[] toArray()
- Specified by:
toArray
in interface Collection
- Specified by:
toArray
in interface List
- See Also:
List.toArray()
toArray
public Object[] toArray(Object[] a)
- Specified by:
toArray
in interface Collection
- Specified by:
toArray
in interface List
- See Also:
java.util.List#toArray(T[])
Copyright © 2012 Railo