| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
<S extends Slot> |
SlotMap.compute(SlotMapOwner owner,
Object key,
int index,
SlotMap.SlotComputer<S> compute)
Replace the value of key with the slot computed by the "compute" method.
|
<S extends Slot> |
HashSlotMap.compute(SlotMapOwner owner,
Object key,
int index,
SlotMap.SlotComputer<S> c) |
<S extends Slot> |
EmbeddedSlotMap.compute(SlotMapOwner owner,
Object key,
int index,
SlotMap.SlotComputer<S> c) |
Copyright © 2025 HtmlUnit. All rights reserved.