| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
class |
StrBase<T extends StrBase<T>>
|
| Modifier and Type | Class and Description |
|---|---|
class |
FastStr
FastStr implements the same contract of Str with the a char array.
|
class |
Str |
| Modifier and Type | Field and Description |
|---|---|
Osgl.Comparator<StrBase> |
StrBase.F.NATURAL_ORDER |
Osgl.Comparator<StrBase> |
StrBase.F.REVERSE_ORDER |
| Modifier and Type | Method and Description |
|---|---|
FastStr |
FastStr.insert(int index,
StrBase<?> str) |
Str |
Str.insert(int index,
StrBase<?> str) |
abstract T |
StrBase.insert(int index,
StrBase<?> str)
Returns a new str with a string specified inserted into the char sequence of this str
|
Copyright © 2017. All Rights Reserved.