Package samer.silk
Class SchemeList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList
-
- samer.silk.SchemeList
-
public class SchemeList extends java.util.AbstractSequentialList
-
-
Constructor Summary
Constructors Constructor and Description SchemeList(SchemePair pair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.ListIterator
listIterator(int index)
int
size()
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set
-
-