Package | Description |
---|---|
org.teavm.classlib.java.text | |
org.teavm.classlib.java.util |
Modifier and Type | Method and Description |
---|---|
TMap<TAttributedCharacterIterator.Attribute,Object> |
TAttributedCharacterIterator.getAttributes()
Returns a map of all attributes of the current character.
|
Modifier and Type | Method and Description |
---|---|
void |
TAttributedString.addAttributes(TMap<? extends TAttributedCharacterIterator.Attribute,?> attributes,
int start,
int end)
Applies a given set of attributes to the given range of the string.
|
Constructor and Description |
---|
TAttributedString(String value,
TMap<? extends TAttributedCharacterIterator.Attribute,?> attributes) |
Modifier and Type | Interface and Description |
---|---|
interface |
TNavigableMap<K,V> |
interface |
TSortedMap<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
TAbstractMap<K,V> |
class |
THashMap<K,V> |
class |
THashtable<K,V> |
class |
TIdentityHashMap<K,V> |
class |
TLinkedHashMap<K,V> |
class |
TProperties |
class |
TTreeMap<K,V> |
Modifier and Type | Field and Description |
---|---|
static TMap |
TCollections.EMPTY_MAP |
Modifier and Type | Method and Description |
---|---|
static <K,V> TMap<K,V> |
TCollections.checkedMap(TMap<K,V> m,
Class<K> keyType,
Class<V> valueType) |
static <K,V> TMap<K,V> |
TCollections.emptyMap() |
static <K,V> TMap<K,V> |
TCollections.singletonMap(K key,
V value) |
static <K,V> TMap<K,V> |
TCollections.synchronizedMap(TMap<K,V> m) |
static <K,V> TMap<K,V> |
TCollections.unmodifiableMap(TMap<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
static <K,V> TMap<K,V> |
TCollections.checkedMap(TMap<K,V> m,
Class<K> keyType,
Class<V> valueType) |
static <E> TSet<E> |
TCollections.newSetFromMap(TMap<E,TBoolean> map) |
void |
TAbstractMap.putAll(TMap<? extends K,? extends V> m) |
void |
TIdentityHashMap.putAll(TMap<? extends K,? extends V> map) |
void |
THashMap.putAll(TMap<? extends K,? extends V> map) |
void |
TMap.putAll(TMap<? extends K,? extends V> m) |
void |
THashtable.putAll(TMap<? extends K,? extends V> map) |
static <K,V> TMap<K,V> |
TCollections.synchronizedMap(TMap<K,V> m) |
static <K,V> TMap<K,V> |
TCollections.unmodifiableMap(TMap<? extends K,? extends V> m) |
Constructor and Description |
---|
THashMap(TMap<? extends K,? extends V> map) |
THashtable(TMap<? extends K,? extends V> map) |
TIdentityHashMap(TMap<? extends K,? extends V> map) |
TLinkedHashMap(TMap<? extends K,? extends V> m) |
TSetFromMap(TMap<E,TBoolean> map) |
TTreeMap(TMap<? extends K,? extends V> m) |
Copyright © 2019. All rights reserved.