org.ujmp.core.collections.list
Class AbstractList<T>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- org.ujmp.core.collections.list.AbstractList<T>
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>
- Direct Known Subclasses:
- FastArrayList
public abstract class AbstractList<T> extends java.util.AbstractList<T> implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AbstractList()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract voidadd(int index, T element)abstract booleanadd(T t)abstract voidclear()abstract Tget(int index)abstract Tremove(int index)abstract Tset(int index, T element)-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
-
-
DataMelt 3.0 © DataMelt by jWork.ORG