public static final class Tombstones.ListTombstone<T> extends Object implements List<T>, Tombstone
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object element) |
boolean |
add(Object e) |
boolean |
addAll(Collection c) |
boolean |
addAll(int index,
Collection c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection c) |
boolean |
equals(Object o) |
T |
get(int index) |
int |
hashCode() |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator |
listIterator() |
ListIterator |
listIterator(int index) |
T |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection c) |
boolean |
retainAll(Collection c) |
Object |
set(int index,
Object element) |
int |
size() |
List |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
Object[] |
toArray(Object[] a) |
public int size()
public boolean isEmpty()
public boolean contains(Object o)
public Iterator iterator()
public Object[] toArray()
public boolean add(Object e)
public boolean remove(Object o)
public boolean containsAll(Collection c)
containsAll in interface Collection<T>containsAll in interface List<T>public boolean addAll(Collection c)
public boolean addAll(int index,
Collection c)
public boolean removeAll(Collection c)
public boolean retainAll(Collection c)
public void clear()
public boolean equals(Object o)
public int hashCode()
public int lastIndexOf(Object o)
lastIndexOf in interface List<T>public ListIterator listIterator()
listIterator in interface List<T>public ListIterator listIterator(int index)
listIterator in interface List<T>Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.