Package | Description |
---|---|
org.teavm.classlib.java.util | |
org.teavm.classlib.java.util.concurrent | |
org.teavm.classlib.java.util.stream.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
TDeque<E> |
interface |
TList<E> |
interface |
TNavigableSet<E> |
interface |
TQueue<E> |
interface |
TSet<E> |
interface |
TSortedSet<E> |
Modifier and Type | Class and Description |
---|---|
class |
TAbstractCollection<E> |
class |
TAbstractList<E> |
class |
TAbstractQueue<E> |
class |
TAbstractSequentialList<E> |
class |
TAbstractSet<E> |
class |
TArrayDeque<E> |
class |
TArrayList<E> |
class |
THashSet<E> |
class |
TLinkedHashSet<E> |
class |
TLinkedList<E> |
class |
TPriorityQueue<E> |
class |
TSetFromMap<E> |
class |
TStack<E> |
class |
TTreeSet<E> |
class |
TVector<E> |
Modifier and Type | Method and Description |
---|---|
static <E> TCollection<E> |
TCollections.checkedCollection(TCollection<E> c,
Class<E> type) |
static <T> TCollection<T> |
TCollections.synchronizedCollection(TCollection<T> c) |
static <T> TCollection<T> |
TCollections.unmodifiableCollection(TCollection<? extends T> c) |
TCollection<V> |
TAbstractMap.values() |
TCollection<V> |
TLinkedHashMap.values() |
TCollection<V> |
TIdentityHashMap.values() |
TCollection<V> |
THashMap.values() |
TCollection<V> |
TMap.values() |
TCollection<V> |
THashtable.values() |
Modifier and Type | Method and Description |
---|---|
boolean |
TAbstractSequentialList.addAll(int index,
TCollection<? extends E> c) |
boolean |
TVector.addAll(int location,
TCollection<? extends E> collection) |
boolean |
TAbstractList.addAll(int index,
TCollection<? extends E> c) |
boolean |
TArrayList.addAll(int index,
TCollection<? extends E> c) |
boolean |
TList.addAll(int index,
TCollection<? extends E> c) |
boolean |
TCollection.addAll(TCollection<? extends E> c) |
boolean |
TAbstractQueue.addAll(TCollection<? extends E> c) |
boolean |
TAbstractCollection.addAll(TCollection<? extends E> c) |
boolean |
TVector.addAll(TCollection<? extends E> collection) |
static <T> boolean |
TCollections.addAll(TCollection<? super T> c,
T... elements) |
static <E> TCollection<E> |
TCollections.checkedCollection(TCollection<E> c,
Class<E> type) |
boolean |
TCollection.containsAll(TCollection<?> c) |
boolean |
TAbstractCollection.containsAll(TCollection<?> c) |
boolean |
TVector.containsAll(TCollection<?> collection) |
static boolean |
TCollections.disjoint(TCollection<?> c1,
TCollection<?> c2) |
static boolean |
TCollections.disjoint(TCollection<?> c1,
TCollection<?> c2) |
static <T> TEnumeration<T> |
TCollections.enumeration(TCollection<T> c) |
static int |
TCollections.frequency(TCollection<?> c,
Object o) |
static <T extends Object & TComparable<? super T>> |
TCollections.max(TCollection<? extends T> coll) |
static <T> T |
TCollections.max(TCollection<? extends T> coll,
TComparator<? super T> comp) |
static <T extends Object & TComparable<? super T>> |
TCollections.min(TCollection<? extends T> coll) |
static <T> T |
TCollections.min(TCollection<? extends T> coll,
TComparator<? super T> comp) |
boolean |
TSetFromMap.removeAll(TCollection<?> c) |
boolean |
TCollection.removeAll(TCollection<?> c) |
boolean |
TAbstractCollection.removeAll(TCollection<?> c) |
boolean |
TVector.removeAll(TCollection<?> collection) |
boolean |
TAbstractSet.removeAll(TCollection<?> c) |
boolean |
TSetFromMap.retainAll(TCollection<?> c) |
boolean |
TCollection.retainAll(TCollection<?> c) |
boolean |
TAbstractCollection.retainAll(TCollection<?> c) |
boolean |
TVector.retainAll(TCollection<?> collection) |
static <T> TCollection<T> |
TCollections.synchronizedCollection(TCollection<T> c) |
static <T> TCollection<T> |
TCollections.unmodifiableCollection(TCollection<? extends T> c) |
Constructor and Description |
---|
TArrayDeque(TCollection<? extends E> c) |
TArrayList(TCollection<? extends E> c) |
THashSet(TCollection<? extends E> collection)
Constructs a new instance of
HashSet containing the unique
elements in the specified collection. |
TLinkedHashSet(TCollection<? extends E> collection) |
TLinkedList(TCollection<E> coll) |
TPriorityQueue(TCollection<? extends E> c) |
TTreeSet(TCollection<? extends E> coll) |
TVector(TCollection<? extends E> collection) |
Modifier and Type | Interface and Description |
---|---|
interface |
TBlockingQueue<E> |
Modifier and Type | Class and Description |
---|---|
class |
TArrayBlockingQueue<E> |
class |
TLinkedBlockingDeque<T> |
Modifier and Type | Method and Description |
---|---|
int |
TArrayBlockingQueue.drainTo(TCollection<? super E> c) |
int |
TBlockingQueue.drainTo(TCollection<? super E> c) |
int |
TArrayBlockingQueue.drainTo(TCollection<? super E> c,
int maxElements) |
int |
TBlockingQueue.drainTo(TCollection<? super E> c,
int maxElements) |
Constructor and Description |
---|
TLinkedBlockingDeque(TCollection<T> coll) |
Constructor and Description |
---|
TSpliteratorOverCollection(TCollection<T> collection) |
Copyright © 2019. All rights reserved.