T
- type of the enum
public static interface ParseToken.EnumConsumer<T extends Enum<T>>
Modifier and Type | Method and Description |
---|---|
void |
accept(T value)
消耗一个枚举。
|
void accept(T value)
value
- 要消耗的值
Copyright © 2002-2023 CS GROUP. All rights reserved.