protected static interface AbstractWritableArray.SetSupportedProfileAccess extends ScriptArray.ProfileAccess
| Modifier and Type | Method and Description |
|---|---|
default boolean |
ensureCapacityGrow(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
ensureCapacityGrowLeft(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
fillHolesLeft(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
fillHolesRight(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
inBoundsZeroBasedSetLength(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
inBoundsZeroBasedSetUsedLength(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
updateHolesStateIsHole(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
updateStateAppend(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
updateStatePrepend(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean |
updateStateSetLength(ScriptArray.ProfileHolder profile,
boolean condition) |
default boolean ensureCapacityGrow(ScriptArray.ProfileHolder profile, boolean condition)
default boolean ensureCapacityGrowLeft(ScriptArray.ProfileHolder profile, boolean condition)
default boolean inBoundsZeroBasedSetLength(ScriptArray.ProfileHolder profile, boolean condition)
default boolean inBoundsZeroBasedSetUsedLength(ScriptArray.ProfileHolder profile, boolean condition)
default boolean updateStatePrepend(ScriptArray.ProfileHolder profile, boolean condition)
default boolean updateStateAppend(ScriptArray.ProfileHolder profile, boolean condition)
default boolean updateStateSetLength(ScriptArray.ProfileHolder profile, boolean condition)
default boolean updateHolesStateIsHole(ScriptArray.ProfileHolder profile, boolean condition)
default boolean fillHolesLeft(ScriptArray.ProfileHolder profile, boolean condition)
default boolean fillHolesRight(ScriptArray.ProfileHolder profile, boolean condition)