Package jetbrains.mps.util
Class AbstractSequentialList<T>
- java.lang.Object
 - 
- java.util.AbstractCollection<E>
 - 
- java.util.AbstractList<E>
 - 
- java.util.AbstractSequentialList<T>
 - 
- jetbrains.mps.util.AbstractSequentialList<T>
 
 
 
 
 
- 
- All Implemented Interfaces:
 Iterable<T>,Collection<T>,List<T>
public abstract class AbstractSequentialList<T> extends AbstractSequentialList<T>
User: shatalin Date: 9/12/13 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractSequentialList.AbstractSequentialIterator<T> 
- 
Field Summary
- 
Fields inherited from class java.util.AbstractList
modCount 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AbstractSequentialList(T first) 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract AbstractSequentialList.AbstractSequentialIterator<T>createIterator(T first)ListIterator<T>listIterator(int index)intsize()- 
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set 
- 
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList 
- 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray 
- 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray 
 - 
 
 - 
 
- 
- 
Method Detail
- 
listIterator
@NotNull public ListIterator<T> listIterator(int index)
- Specified by:
 listIteratorin interfaceList<T>- Specified by:
 listIteratorin classAbstractSequentialList<T>
 
- 
size
public int size()
- Specified by:
 sizein interfaceCollection<T>- Specified by:
 sizein interfaceList<T>- Specified by:
 sizein classAbstractCollection<T>
 
- 
createIterator
protected abstract AbstractSequentialList.AbstractSequentialIterator<T> createIterator(T first)
 
 - 
 
 -