Package org.teavm.classlib.java.util
Interface TSet<E>
- All Superinterfaces:
TCollection<E>
,TIterable<E>
- All Known Subinterfaces:
TNavigableSet<E>
,TSequencedSet<E>
,TSortedSet<E>
- All Known Implementing Classes:
TAbstractSet
,THashSet
,TLinkedHashSet
,TTreeSet
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <E> TSet<E>
copyOf
(TCollection<E> collection) static <E> TSet<E>
of()
static <E> TSet<E>
of
(E e) static <E> TSet<E>
of
(E... elements) static <E> TSet<E>
of
(E e1, E e2) static <E> TSet<E>
of
(E e1, E e2, E e3) static <E> TSet<E>
of
(E e1, E e2, E e3, E e4) static <E> TSet<E>
of
(E e1, E e2, E e3, E e4, E e5) static <E> TSet<E>
of
(E e1, E e2, E e3, E e4, E e5, E e6) static <E> TSet<E>
of
(E e1, E e2, E e3, E e4, E e5, E e6, E e7) static <E> TSet<E>
of
(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) static <E> TSet<E>
of
(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) static <E> TSet<E>
of
(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10)
-
Method Details
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
copyOf
-