@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface MemoryDescriptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MemoryDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MemoryDescriptor.Builder |
create(int initial) |
int |
initial() |
int |
maximum() |
void |
setInitial(int initial) |
void |
setMaximum(int maximum) |
@JsOverlay @Nonnull static MemoryDescriptor.Builder create(int initial)
@JsProperty(name="initial") int initial()
@JsProperty void setInitial(int initial)
@JsProperty(name="maximum") int maximum()
@JsProperty void setMaximum(int maximum)