Package | Description |
---|---|
org.teavm.classlib.java.text | |
org.teavm.classlib.java.util |
Modifier and Type | Method and Description |
---|---|
TSet<TAttributedCharacterIterator.Attribute> |
TAttributedCharacterIterator.getAllAttributeKeys()
Returns a set of attributes present in the
AttributedCharacterIterator . |
Modifier and Type | Method and Description |
---|---|
int |
TAttributedCharacterIterator.getRunLimit(TSet<? extends TAttributedCharacterIterator.Attribute> attributes)
Returns the index of the last character in the run that has the same
attribute values for the attributes in the set as the current character.
|
int |
TAttributedCharacterIterator.getRunStart(TSet<? extends TAttributedCharacterIterator.Attribute> attributes)
Returns the index of the first character in the run that has the same
attribute values for the attributes in the set as the current character.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TNavigableSet<E> |
interface |
TSortedSet<E> |
Modifier and Type | Class and Description |
---|---|
class |
TAbstractSet<E> |
class |
THashSet<E> |
class |
TLinkedHashSet<E> |
class |
TSetFromMap<E> |
class |
TTreeSet<E> |
Modifier and Type | Field and Description |
---|---|
static TSet |
TCollections.EMPTY_SET |
Modifier and Type | Method and Description |
---|---|
static <E> TSet<E> |
TCollections.checkedSet(TSet<E> s,
Class<E> type) |
static <T> TSet<T> |
TCollections.emptySet() |
abstract TSet<TMap.Entry<K,V>> |
TAbstractMap.entrySet() |
TSet<TMap.Entry<K,V>> |
TLinkedHashMap.entrySet() |
TSet<TMap.Entry<K,V>> |
TIdentityHashMap.entrySet() |
TSet<TMap.Entry<K,V>> |
THashMap.entrySet() |
TSet<TMap.Entry<K,V>> |
TMap.entrySet() |
TSet<TMap.Entry<K,V>> |
TTreeMap.entrySet() |
TSet<TMap.Entry<K,V>> |
THashtable.entrySet() |
TSet<K> |
TAbstractMap.keySet() |
TSet<K> |
TLinkedHashMap.keySet() |
TSet<K> |
TIdentityHashMap.keySet() |
TSet<K> |
THashMap.keySet() |
TSet<K> |
TMap.keySet() |
TSet<K> |
THashtable.keySet() |
static <E> TSet<E> |
TCollections.newSetFromMap(TMap<E,TBoolean> map) |
static <T> TSet<T> |
TCollections.singleton(T o) |
TSet<String> |
TProperties.stringPropertyNames() |
static <T> TSet<T> |
TCollections.synchronizedSet(TSet<T> s) |
static <T> TSet<T> |
TCollections.unmodifiableSet(TSet<? extends T> s) |
Modifier and Type | Method and Description |
---|---|
static <E> TSet<E> |
TCollections.checkedSet(TSet<E> s,
Class<E> type) |
static <T> TSet<T> |
TCollections.synchronizedSet(TSet<T> s) |
static <T> TSet<T> |
TCollections.unmodifiableSet(TSet<? extends T> s) |
Copyright © 2019. All rights reserved.