概要:
詳細:
Iterable<T>
JSLikeList(List<T> tList)
T
get(int index)
boolean
isEmpty()
Iterator<T>
iterator()
String
join()
join(CharSequence delimiter)
<R> JSLikeList<R>
map(Function<T,R> mapper)
int
size()
Stream<T>
stream()
List<T>
toList()
JSLikeList<T>
with(List<T> other)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
iterator