public interface Chars
Modifier and Type | Method and Description |
---|---|
char[] |
copyOf() |
char[] |
copyOf(int i,
int c) |
void |
copyTo(int i,
char[] dest,
int iDest,
int c) |
char |
first() |
boolean |
isEmpty() |
char |
last() |
int |
n()
Length of the sequence
|
String |
string() |
String |
string(int i,
int c) |
char |
v(int i)
Value at index i
|
char v(int i)
int n()
void copyTo(int i, char[] dest, int iDest, int c)
String string(int i, int c)
boolean isEmpty()
char first()
char last()
char[] copyOf(int i, int c)
char[] copyOf()
String string()
Copyright © 2013 Metron, Inc.. All rights reserved.