public static interface CharacterSet.ExclusionVisitor<EX extends Exception> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
void |
excludeCodePoint(int cp) |
default void |
excludeRange(int start,
int end) |
void |
excludeSet(String name) |
Copyright © 2019. All rights reserved.