Package org.nuiton.math.matrix
Class SemanticList<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.nuiton.math.matrix.SemanticList<T>
- Type Parameters:
T- elements type
- All Implemented Interfaces:
Iterable<T>,Collection<T>,List<T>,RandomAccess
public class SemanticList<T> extends AbstractList<T> implements RandomAccess
SemanticList.
Created: 6 sept. 06 17:18:23
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SemanticList(Collection<T> c) -
Method Summary
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray