public interface StringWrapper
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int i)
Return the i-th char of the wrapped string
|
int |
length()
Return the length of the wrapped string
|
String |
unwrap()
Return the string that is wrapped.
|
String unwrap()
char charAt(int i)
int length()
Copyright © 2016. All rights reserved.