Package one.microstream.collections.old
Class AbstractOldGettingList<E>
java.lang.Object
one.microstream.collections.old.AbstractOldGettingList<E>
- All Implemented Interfaces:
 Iterable<E>,Collection<E>,List<E>,OldCollection<E>,OldList<E>
- Direct Known Subclasses:
 AbstractOldRemovingList,AbstractOldSettingList,ArrayView.OldArrayView,ConstList.OldConstList,EqConstList.OldConstList,ListView.OldListView
public abstract class AbstractOldGettingList<E> extends Object implements OldList<E>
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractOldGettingList(XGettingList<E> list) - 
Method Summary
Modifier and Type Method Description voidadd(int index, E element)booleanadd(E e)booleanaddAll(int index, Collection<? extends E> c)booleanaddAll(Collection<? extends E> c)voidclear()booleancontains(Object o)booleancontainsAll(Collection<?> c)Eget(int index)intindexOf(Object o)booleanisEmpty()Iterator<E>iterator()intlastIndexOf(Object o)ListIterator<E>listIterator()ListIterator<E>listIterator(int index)XGettingList<E>parent()Eremove(int index)booleanremove(Object o)booleanremoveAll(Collection<?> c)booleanretainAll(Collection<?> c)Eset(int index, E element)intsize()AbstractOldGettingList<E>subList(int fromIndex, int toIndex)Object[]toArray()StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator, toArray 
- 
Constructor Details
 - 
Method Details
- 
parent
 - 
add
- Specified by:
 addin interfaceCollection<E>- Specified by:
 addin interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
add
- Specified by:
 addin interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
addAll
- Specified by:
 addAllin interfaceCollection<E>- Specified by:
 addAllin interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
addAll
- Specified by:
 addAllin interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
clear
- Specified by:
 clearin interfaceCollection<E>- Specified by:
 clearin interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
contains
 - 
containsAll
- Specified by:
 containsAllin interfaceCollection<E>- Specified by:
 containsAllin interfaceList<E>
 - 
get
 - 
indexOf
 - 
isEmpty
public boolean isEmpty() - 
iterator
 - 
lastIndexOf
- Specified by:
 lastIndexOfin interfaceList<E>
 - 
listIterator
- Specified by:
 listIteratorin interfaceList<E>
 - 
listIterator
- Specified by:
 listIteratorin interfaceList<E>
 - 
remove
- Specified by:
 removein interfaceCollection<E>- Specified by:
 removein interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
remove
- Specified by:
 removein interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
removeAll
- Specified by:
 removeAllin interfaceCollection<E>- Specified by:
 removeAllin interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
retainAll
- Specified by:
 retainAllin interfaceCollection<E>- Specified by:
 retainAllin interfaceList<E>- Throws:
 UnsupportedOperationException
 - 
set
 - 
size
public int size() - 
subList
 - 
toArray
 - 
toString
 
 -