| Modifier and Type | Method and Description |
|---|---|
int |
at(int index)
Gives the
index'th code point of this code point set. |
static CodePoints |
forCharset(Charset c)
Gives a set of the code points in the given charset.
|
int |
size() |
public int at(int index)
index'th code point of this code point set.index - index to look upindex'th code pointIndexOutOfBoundsException - if there is no such code pointpublic int size()
public static CodePoints forCharset(Charset c)
c - a charsetCopyright © 2015. All Rights Reserved.