@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCStatsReport")
public class RTCStatsReport
extends JsObject
implements JsIterable<RTCStatsReport.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
RTCStatsReport.Entry |
static interface |
RTCStatsReport.ForEachCallback |
static interface |
RTCStatsReport.ForEachCallback2 |
static interface |
RTCStatsReport.ForEachCallback3 |
| Modifier | Constructor and Description |
|---|---|
protected |
RTCStatsReport() |
| Modifier and Type | Method and Description |
|---|---|
JsIterator<RTCStatsReport.Entry> |
entries() |
void |
forEach(RTCStatsReport.ForEachCallback callback) |
void |
forEach(RTCStatsReport.ForEachCallback2 callback) |
void |
forEach(RTCStatsReport.ForEachCallback3 callback) |
JsObject |
get(java.lang.String key) |
boolean |
has(java.lang.String key) |
JsIterator<java.lang.String> |
keys() |
int |
size() |
JsIterator<JsObject> |
values() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerator@JsProperty(name="size") public int size()
public boolean has(@Nonnull
java.lang.String key)
@Nullable public JsObject get(@Nonnull java.lang.String key)
@Nonnull public JsIterator<java.lang.String> keys()
@Nonnull public JsIterator<JsObject> values()
@Nonnull public JsIterator<RTCStatsReport.Entry> entries()
public void forEach(@Nonnull
RTCStatsReport.ForEachCallback callback)
public void forEach(@Nonnull
RTCStatsReport.ForEachCallback2 callback)
public void forEach(@Nonnull
RTCStatsReport.ForEachCallback3 callback)