Uses of Interface
org.teavm.classlib.java.util.TMap
Packages that use TMap
-
Uses of TMap in org.teavm.classlib.java.text
Methods in org.teavm.classlib.java.text that return TMapModifier and TypeMethodDescriptionTAttributedCharacterIterator.getAttributes()
Returns a map of all attributes of the current character.Methods in org.teavm.classlib.java.text with parameters of type TMapModifier and TypeMethodDescriptionvoid
TAttributedString.addAttributes(TMap<? extends TAttributedCharacterIterator.Attribute,?> attributes, int start, int end)
Applies a given set of attributes to the given range of the string.Constructors in org.teavm.classlib.java.text with parameters of type TMapModifierConstructorDescriptionTAttributedString(String value, TMap<? extends TAttributedCharacterIterator.Attribute,?> attributes)
-
Uses of TMap in org.teavm.classlib.java.util
Subinterfaces of TMap in org.teavm.classlib.java.utilClasses in org.teavm.classlib.java.util that implement TMapModifier and TypeClassDescriptionclass
TAbstractMap<K,V>
class
THashMap<K,V>
class
THashtable<K,V>
class
TIdentityHashMap<K,V>
class
TLinkedHashMap<K,V>
class
class
TTreeMap<K,V>
Fields in org.teavm.classlib.java.util declared as TMapMethods in org.teavm.classlib.java.util that return TMapModifier and TypeMethodDescriptionstatic <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>
TMap.of()
static <K, V> TMap<K,V>
TMap.of(K k1, V v1)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2, K k3, V v3)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9)
static <K, V> TMap<K,V>
TMap.of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9, K k10, V v10)
static <K, V> TMap<K,V>
TMap.ofEntries(TMap.Entry<K,V>... entries)
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)
Methods in org.teavm.classlib.java.util with parameters of type TMapModifier and TypeMethodDescriptionstatic <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
void
void
void
void
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)
Constructors in org.teavm.classlib.java.util with parameters of type TMapModifierConstructorDescriptionTHashtable(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)