public interface CharMatcher
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
static class |
CharMatcher.Basic |
static class |
CharMatcher.Builder |
static class |
CharMatcher.ByUnicodeCategory |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
isTokenChar(int c)
Returns true if, and only if, the provided character matches this character class.
|
Copyright © 2009–2016. All rights reserved.