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
-
-
Constructor Summary
Constructors Constructor Description SemanticList(Collection<T> c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get(int index)
protected Map<Object,Integer>
getIndex()
int
indexOf(Object o)
int
size()
-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, 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
-
-
-
-
Constructor Detail
-
SemanticList
public SemanticList(Collection<T> c)
-
-