@FunctionalInterface public interface WireKey
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkKeys(@NotNull WireKey[] keys) |
default int |
code() |
default boolean |
contentEquals(@NotNull CharSequence c) |
default @Nullable Object |
defaultValue() |
@NotNull CharSequence |
name() |
static int |
toCode(@NotNull CharSequence cs) |
default Type |
type() |
static boolean checkKeys(@NotNull
@NotNull WireKey[] keys)
static int toCode(@NotNull
@NotNull CharSequence cs)
@NotNull @NotNull CharSequence name()
default int code()
default Type type()
@Nullable default @Nullable Object defaultValue()
default boolean contentEquals(@NotNull
@NotNull CharSequence c)
Copyright © 2023. All rights reserved.