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 SummaryConstructors Constructor Description AbstractOldGettingList()
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Listequals, hashCode, replaceAll, sort, spliterator, toArray
- 
Constructor Details- 
AbstractOldGettingListpublic AbstractOldGettingList()
 
- 
- 
Method Details- 
parent
- 
add- Specified by:
- addin interface- Collection<E>
- Specified by:
- addin interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
add- Specified by:
- addin interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
addAll- Specified by:
- addAllin interface- Collection<E>
- Specified by:
- addAllin interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
addAll- Specified by:
- addAllin interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
clear- Specified by:
- clearin interface- Collection<E>
- Specified by:
- clearin interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
contains
- 
containsAll- Specified by:
- containsAllin interface- Collection<E>
- Specified by:
- containsAllin interface- List<E>
 
- 
get
- 
indexOf
- 
isEmptypublic boolean isEmpty()
- 
iterator
- 
lastIndexOf- Specified by:
- lastIndexOfin interface- List<E>
 
- 
listIterator- Specified by:
- listIteratorin interface- List<E>
 
- 
listIterator- Specified by:
- listIteratorin interface- List<E>
 
- 
remove- Specified by:
- removein interface- Collection<E>
- Specified by:
- removein interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
remove- Specified by:
- removein interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
removeAll- Specified by:
- removeAllin interface- Collection<E>
- Specified by:
- removeAllin interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
retainAll- Specified by:
- retainAllin interface- Collection<E>
- Specified by:
- retainAllin interface- List<E>
- Throws:
- UnsupportedOperationException
 
- 
set
- 
sizepublic int size()
- 
subList
- 
toArray
- 
toString
 
-