private static class TestHStore.MyList<T> extends Object implements List<T>
| Modifier and Type | Field and Description | 
|---|---|
private List<T> | 
delegatee  | 
private TestHStore.MyListHook | 
hookAtAdd  | 
| Constructor and Description | 
|---|
MyList(TestHStore.MyListHook hookAtAdd)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(int index,
   T element)  | 
boolean | 
add(T e)  | 
boolean | 
addAll(Collection<? extends T> c)  | 
boolean | 
addAll(int index,
      Collection<? extends T> c)  | 
void | 
clear()  | 
boolean | 
contains(Object o)  | 
boolean | 
containsAll(Collection<?> c)  | 
T | 
get(int index)  | 
int | 
indexOf(Object o)  | 
boolean | 
isEmpty()  | 
Iterator<T> | 
iterator()  | 
int | 
lastIndexOf(Object o)  | 
ListIterator<T> | 
listIterator()  | 
ListIterator<T> | 
listIterator(int index)  | 
T | 
remove(int index)  | 
boolean | 
remove(Object o)  | 
boolean | 
removeAll(Collection<?> c)  | 
boolean | 
retainAll(Collection<?> c)  | 
T | 
set(int index,
   T element)  | 
int | 
size()  | 
List<T> | 
subList(int fromIndex,
       int toIndex)  | 
Object[] | 
toArray()  | 
<R> R[] | 
toArray(R[] a)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streamprivate final TestHStore.MyListHook hookAtAdd
MyList(TestHStore.MyListHook hookAtAdd)
public int size()
public boolean isEmpty()
public <R> R[] toArray(R[] a)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<T>containsAll in interface List<T>public boolean addAll(Collection<? extends T> c)
public boolean addAll(int index, Collection<? extends T> c)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf in interface List<T>public ListIterator<T> listIterator()
listIterator in interface List<T>public ListIterator<T> listIterator(int index)
listIterator in interface List<T>Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.