Package org.teavm.classlib.java.util
Interface TList<E>
- All Superinterfaces:
TCollection<E>
,TIterable<E>
- All Known Implementing Classes:
TAbstractList
,TAbstractSequentialList
,TArrayList
,TLinkedBlockingDeque
,TLinkedList
,TStack
,TVector
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
addAll(int index, TCollection<? extends E> c)
get(int index)
int
int
lastIndexOf(Object o)
listIterator(int index)
static <E> TList<E>
of()
static <E> TList<E>
of(E e)
static <E> TList<E>
of(E... elements)
static <E> TList<E>
of(E e1, E e2)
static <E> TList<E>
of(E e1, E e2, E e3)
static <E> TList<E>
of(E e1, E e2, E e3, E e4)
static <E> TList<E>
of(E e1, E e2, E e3, E e4, E e5)
static <E> TList<E>
of(E e1, E e2, E e3, E e4, E e5, E e6)
static <E> TList<E>
of(E e1, E e2, E e3, E e4, E e5, E e6, E e7)
static <E> TList<E>
of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8)
static <E> TList<E>
of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9)
static <E> TList<E>
of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10)
remove(int index)
default void
replaceAll(TUnaryOperator<E> operator)
default void
sort(TComparator<? super E> c)
subList(int fromIndex, int toIndex)
-
Method Details
-
addAll
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
-
listIterator
TListIterator<E> listIterator() -
listIterator
-
subList
-
replaceAll
-
sort
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-