{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

DeleteAllCommand

public final class DeleteAllCommand implements EditCommand


Deletes all the text in the buffer.

Summary

Public constructors

Public methods

void

Apply the command on the editing buffer.

boolean
equals(Object other)
int
@NonNull String

Public constructors

DeleteAllCommand

public DeleteAllCommand()

Public methods

applyTo

public void applyTo(@NonNull EditingBuffer buffer)

Apply the command on the editing buffer.

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()