| Constructor and Description |
|---|
ConcatList(IList<V> list) |
ConcatList(IList<V> a,
IList<V> b) |
| Modifier and Type | Method and Description |
|---|---|
IList<V> |
clone() |
IList<V> |
concat(IList<V> l) |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<V> |
iterator() |
V |
nth(long idx) |
IList<V> |
set(long idx,
V value) |
long |
size() |
IList<V> |
slice(long start,
long end) |
String |
toString() |
finalize, getClass, notify, notifyAll, wait, wait, waitaddFirst, addLast, equals, first, forked, isLinear, last, linear, removeFirst, removeLast, save, split, spliterator, stream, toArray, toArray, toList, updatenthpublic V nth(long idx)
nth in interface ICollection<IList<V>,V>idxpublic IList<V> set(long idx, V value)
set in interface IList<V>idx overwritten with value. If idx is equal to ICollection.size(), the value is appended.public long size()
size in interface ICollection<IList<V>,V>