protected static interface ScriptArray.SetLengthProfileAccess extends ScriptArray.ProfileAccess
| Modifier and Type | Method and Description |
|---|---|
default boolean |
clearUnusedArea(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
contiguousNegativeUsed(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
contiguousShrinkUsed(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
contiguousZeroUsed(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
lengthLess(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
lengthZero(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
zeroBasedClearUnusedArea(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
zeroBasedSetUsedLength(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean lengthZero(ScriptArray.ProfileHolder profile, boolean condition)
default boolean lengthLess(ScriptArray.ProfileHolder profile, boolean condition)
default boolean zeroBasedSetUsedLength(ScriptArray.ProfileHolder profile, boolean condition)
default boolean zeroBasedClearUnusedArea(ScriptArray.ProfileHolder profile, boolean condition)
default boolean contiguousZeroUsed(ScriptArray.ProfileHolder profile, boolean condition)
default boolean contiguousNegativeUsed(ScriptArray.ProfileHolder profile, boolean condition)
default boolean contiguousShrinkUsed(ScriptArray.ProfileHolder profile, boolean condition)
default boolean clearUnusedArea(ScriptArray.ProfileHolder profile, boolean condition)