Package | Description |
---|---|
org.teavm.classlib.java.util.concurrent |
Modifier and Type | Method and Description |
---|---|
static TTimeUnit |
TTimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TTimeUnit[] |
TTimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
TTimeUnit.convert(long sourceDuration,
TTimeUnit sourceUnit) |
boolean |
TArrayBlockingQueue.offer(E e,
long timeout,
TTimeUnit unit) |
boolean |
TBlockingQueue.offer(E e,
long timeout,
TTimeUnit unit) |
E |
TArrayBlockingQueue.poll(long timeout,
TTimeUnit unit) |
E |
TBlockingQueue.poll(long timeout,
TTimeUnit unit) |
Copyright © 2019. All rights reserved.