JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.dmfs.rfc3986.validation
Interface CharSet
All Known Implementing Classes:
BitMapCharSet
public interface
CharSet
The interface of a very simple set of characters.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
contains
(char c)
Returns whether this CharSet contains the given character.
Method Detail
contains
boolean contains(char c)
Returns whether this CharSet contains the given character.
Parameters:
c
- The character to test.
Returns:
true
if the given character is contained in the set,
false
otherwise.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method