| Modifier and Type | Method and Description |
|---|---|
int |
at(int index) |
boolean |
contains(int codePoint) |
static CodePoints |
forCharset(Charset c)
Gives a set of the code points in the given charset.
|
int |
size() |
public int at(int index)
index - index to look upindex'th code pointIndexOutOfBoundsException - if there is no such code pointpublic int size()
public boolean contains(int codePoint)
codePoint - a code pointpublic static CodePoints forCharset(Charset c)
c - a charset© Copyright 2010-2020 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu