Interface KeyAction
- All Known Implementing Classes:
Key
public interface KeyAction
Represents a key value.
-
Method Summary
Modifier and TypeMethodDescriptiondefault IntBufferbuffer()default booleanbufferEquals(KeyAction otherAction) intgetCodePointAt(int index) intlength()name()
-
Method Details
-
buffer
-
getCodePointAt
- Throws:
IndexOutOfBoundsException
-
length
int length() -
name
String name() -
bufferEquals
-