| Package | Description |
|---|---|
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
StringObject |
StringObject.append(boolean b)
Deprecated.
Appends a boolean to the end of this buffer.
|
StringObject |
StringObject.append(char c)
Deprecated.
Appends a character to the end of this buffer.
|
StringObject |
StringObject.append(char[] str)
Deprecated.
Appends an array of characters to the end of this buffer.
|
StringObject |
StringObject.append(char[] str,
int offset,
int len)
Deprecated.
Appends a part of an array of characters to the end of this buffer.
|
StringObject |
StringObject.append(double d)
Deprecated.
Appends a double to the end of this buffer.
|
StringObject |
StringObject.append(float f)
Deprecated.
Appends a float to the end of this buffer.
|
StringObject |
StringObject.append(int i)
Deprecated.
Appends an integer to the end of this buffer.
|
StringObject |
StringObject.append(long l)
Deprecated.
Appends a long to the end of this buffer.
|
StringObject |
StringObject.append(Object obj)
Deprecated.
Appends an object to the end of this buffer.
|
StringObject |
StringObject.append(String str)
Deprecated.
Appends a String to the end of this buffer.
|
StringObject |
StringObject.delete(int offset,
int len)
Deprecated.
delete part of the buffer
|
StringObject |
StringObject.insert(int offset,
boolean b)
Deprecated.
Inserts a boolean into the String buffer.
|
StringObject |
StringObject.insert(int offset,
char c)
Deprecated.
Inserts a character into the String buffer.
|
StringObject |
StringObject.insert(int offset,
char[] str)
Deprecated.
Inserts an array of characters into the String buffer.
|
StringObject |
StringObject.insert(int offset,
double d)
Deprecated.
Inserts a double into the String buffer.
|
StringObject |
StringObject.insert(int offset,
float f)
Deprecated.
Inserts a float into the String buffer.
|
StringObject |
StringObject.insert(int offset,
int i)
Deprecated.
Inserts an integer into the String buffer.
|
StringObject |
StringObject.insert(int offset,
long l)
Deprecated.
Inserts a long into the String buffer.
|
StringObject |
StringObject.insert(int offset,
Object obj)
Deprecated.
Inserts an object into the String buffer.
|
StringObject |
StringObject.insert(int offset,
String str)
Deprecated.
Inserts a String into the String buffer.
|
StringObject |
StringObject.insertLinks(String oldstart,
String oldend,
String newstart,
String newend,
String startend)
Deprecated.
inserts links
|
StringObject |
StringObject.replace(int offset,
int len,
String str)
Deprecated.
replace
|
StringObject |
StringObject.replace(String oldstr,
String newstr)
Deprecated.
replace
|
StringObject |
StringObject.replace(String oldstart,
String oldend,
String newstart,
String newend)
Deprecated.
Does a replace/insert.
|
StringObject |
StringObject.replaceFirst(String oldstr,
String newstr)
Deprecated.
replace
|
StringObject |
StringObject.reverse()
Deprecated.
Reverse the order of the characters in the String buffer.
|
MMBase2 Utils 2.0.0 - 2019-08-08T23:20