Package | Description |
---|---|
org.teavm.classlib.java.util |
Modifier and Type | Class and Description |
---|---|
class |
TStringTokenizer |
Modifier and Type | Method and Description |
---|---|
abstract TEnumeration<V> |
TDictionary.elements() |
TEnumeration<E> |
TVector.elements() |
TEnumeration<V> |
THashtable.elements() |
static <T> TEnumeration<T> |
TCollections.emptyEnumeration() |
static <T> TEnumeration<T> |
TCollections.enumeration(TCollection<T> c) |
abstract TEnumeration<K> |
TDictionary.keys() |
TEnumeration<K> |
THashtable.keys() |
TEnumeration<?> |
TProperties.propertyNames() |
Modifier and Type | Method and Description |
---|---|
static <T> TArrayList<T> |
TCollections.list(TEnumeration<T> e) |
Copyright © 2019. All rights reserved.