public final class CharacterSetImpl extends Object implements CharacterSet
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterSetImpl.Builder
CharacterSet factory.
|
| Constructor and Description |
|---|
CharacterSetImpl(int... set) |
CharacterSetImpl(int[] set,
int size) |
CharacterSetImpl(int[] set,
int size,
boolean inverted) |
public CharacterSetImpl(int[] set,
int size,
boolean inverted)
public CharacterSetImpl(int[] set,
int size)
public CharacterSetImpl(int... set)
public boolean contains(int c)
contains in interface CharacterSetpublic boolean isEmpty()
isEmpty in interface CharacterSetpublic boolean isInverted()
isInverted in interface CharacterSetpublic int[] toArray()
toArray in interface CharacterSetCopyright © 2014. All rights reserved.