Uses of Interface
org.teavm.classlib.java.util.TSet
Packages that use TSet
-
Uses of TSet in org.teavm.classlib.java.text
Methods in org.teavm.classlib.java.text that return TSetModifier and TypeMethodDescriptionTAttributedCharacterIterator.getAllAttributeKeys()
Returns a set of attributes present in theAttributedCharacterIterator
.Methods in org.teavm.classlib.java.text with parameters of type TSetModifier and TypeMethodDescriptionint
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. -
Uses of TSet in org.teavm.classlib.java.util
Subinterfaces of TSet in org.teavm.classlib.java.utilClasses in org.teavm.classlib.java.util that implement TSetModifier and TypeClassDescriptionclass
TAbstractSet<E>
class
THashSet<E>
class
class
TSetFromMap<E>
class
TTreeSet<E>
Fields in org.teavm.classlib.java.util declared as TSetMethods in org.teavm.classlib.java.util that return TSetModifier and TypeMethodDescriptionstatic <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>>
THashMap.entrySet()
TSet<TMap.Entry<K,V>>
THashtable.entrySet()
TSet<TMap.Entry<K,V>>
TIdentityHashMap.entrySet()
TSet<TMap.Entry<K,V>>
TLinkedHashMap.entrySet()
TSet<TMap.Entry<K,V>>
TMap.entrySet()
TSet<TMap.Entry<K,V>>
TTreeMap.entrySet()
TAbstractMap.keySet()
THashMap.keySet()
THashtable.keySet()
TIdentityHashMap.keySet()
TLinkedHashMap.keySet()
TMap.keySet()
static <E> TSet<E>
TCollections.newSetFromMap(TMap<E,TBoolean> map)
static <E> TSet<E>
TSet.of()
static <E> TSet<E>
TSet.of(E e)
static <E> TSet<E>
TSet.of(E... elements)
static <E> TSet<E>
TSet.of(E e1, E e2)
static <E> TSet<E>
TSet.of(E e1, E e2, E e3)
static <E> TSet<E>
TSet.of(E e1, E e2, E e3, E e4)
static <E> TSet<E>
TSet.of(E e1, E e2, E e3, E e4, E e5)
static <E> TSet<E>
TSet.of(E e1, E e2, E e3, E e4, E e5, E e6)
static <E> TSet<E>
TSet.of(E e1, E e2, E e3, E e4, E e5, E e6, E e7)
static <E> TSet<E>
TSet.of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8)
static <E> TSet<E>
TSet.of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9)
static <E> TSet<E>
TSet.of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10)
static <T> TSet<T>
TCollections.singleton(T o)
TProperties.stringPropertyNames()
static <T> TSet<T>
TCollections.synchronizedSet(TSet<T> s)
static <T> TSet<T>
TCollections.unmodifiableSet(TSet<? extends T> s)
Methods in org.teavm.classlib.java.util with parameters of type TSetModifier and TypeMethodDescriptionstatic <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)