@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="BluetoothServiceDataMap")
public class BluetoothServiceDataMap
extends JsObject
implements JsIterable<BluetoothServiceDataMap.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
BluetoothServiceDataMap.Entry |
static interface |
BluetoothServiceDataMap.ForEachCallback |
static interface |
BluetoothServiceDataMap.ForEachCallback2 |
static interface |
BluetoothServiceDataMap.ForEachCallback3 |
| Modifier | Constructor and Description |
|---|---|
protected |
BluetoothServiceDataMap() |
| Modifier and Type | Method and Description |
|---|---|
JsIterator<BluetoothServiceDataMap.Entry> |
entries() |
void |
forEach(BluetoothServiceDataMap.ForEachCallback callback) |
void |
forEach(BluetoothServiceDataMap.ForEachCallback2 callback) |
void |
forEach(BluetoothServiceDataMap.ForEachCallback3 callback) |
DataView |
get(java.lang.String key) |
boolean |
has(java.lang.String key) |
JsIterator<java.lang.String> |
keys() |
int |
size() |
JsIterator<DataView> |
values() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, 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 DataView get(@Nonnull java.lang.String key)
@Nonnull public JsIterator<java.lang.String> keys()
@Nonnull public JsIterator<DataView> values()
@Nonnull public JsIterator<BluetoothServiceDataMap.Entry> entries()
public void forEach(@Nonnull
BluetoothServiceDataMap.ForEachCallback callback)
public void forEach(@Nonnull
BluetoothServiceDataMap.ForEachCallback2 callback)
public void forEach(@Nonnull
BluetoothServiceDataMap.ForEachCallback3 callback)