@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="BluetoothManufacturerDataMap")
public class BluetoothManufacturerDataMap
extends JsObject
implements JsIterable<BluetoothManufacturerDataMap.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
BluetoothManufacturerDataMap.Entry |
static interface |
BluetoothManufacturerDataMap.ForEachCallback |
static interface |
BluetoothManufacturerDataMap.ForEachCallback2 |
static interface |
BluetoothManufacturerDataMap.ForEachCallback3 |
| Modifier | Constructor and Description |
|---|---|
protected |
BluetoothManufacturerDataMap() |
| Modifier and Type | Method and Description |
|---|---|
JsIterator<BluetoothManufacturerDataMap.Entry> |
entries() |
void |
forEach(BluetoothManufacturerDataMap.ForEachCallback callback) |
void |
forEach(BluetoothManufacturerDataMap.ForEachCallback2 callback) |
void |
forEach(BluetoothManufacturerDataMap.ForEachCallback3 callback) |
DataView |
get(int key) |
boolean |
has(int key) |
JsIterator<java.lang.Double> |
keys() |
int |
size() |
JsIterator<DataView> |
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(int key)
@Nullable public DataView get(int key)
@Nonnull public JsIterator<java.lang.Double> keys()
@Nonnull public JsIterator<DataView> values()
@Nonnull public JsIterator<BluetoothManufacturerDataMap.Entry> entries()
public void forEach(@Nonnull
BluetoothManufacturerDataMap.ForEachCallback callback)
public void forEach(@Nonnull
BluetoothManufacturerDataMap.ForEachCallback2 callback)
public void forEach(@Nonnull
BluetoothManufacturerDataMap.ForEachCallback3 callback)