com.metsci.glimpse.util.primitives
Interface CharsModifiable
- All Superinterfaces:
- Chars
- All Known Implementing Classes:
- CharsArray
public interface CharsModifiable
- extends Chars
- Author:
- hogye
Method Summary |
void |
append(char v)
|
void |
append(char[] vs)
|
void |
append(char[] vs,
int from,
int to)
|
void |
append(java.nio.CharBuffer vs)
|
void |
append(java.nio.CharBuffer vs,
int c)
|
void |
append(Chars vs)
|
void |
append(Chars vs,
int from,
int to)
|
void |
append(java.lang.String vs)
|
void |
append(java.lang.String vs,
int from,
int to)
|
void |
compact()
|
void |
ensureCapacity(int minCapacity)
|
void |
insert(int i,
char v)
|
void |
insert(int i,
char[] vs)
|
void |
insert(int i,
char[] vs,
int from,
int to)
|
void |
insert(int i,
java.nio.CharBuffer vs)
|
void |
insert(int i,
java.nio.CharBuffer vs,
int c)
|
void |
insert(int i,
Chars vs)
|
void |
insert(int i,
Chars vs,
int from,
int to)
|
void |
insert(int i,
java.lang.String vs)
|
void |
insert(int i,
java.lang.String vs,
int from,
int to)
|
void |
prepend(char v)
|
void |
prepend(char[] vs)
|
void |
prepend(char[] vs,
int from,
int to)
|
void |
prepend(java.nio.CharBuffer vs)
|
void |
prepend(java.nio.CharBuffer vs,
int c)
|
void |
prepend(Chars vs)
|
void |
prepend(Chars vs,
int from,
int to)
|
void |
prepend(java.lang.String vs)
|
void |
prepend(java.lang.String vs,
int from,
int to)
|
void |
remove(char v)
Removes a single copy of the specified value. |
void |
set(int i,
char v)
|
set
void set(int i,
char v)
insert
void insert(int i,
char v)
insert
void insert(int i,
char[] vs)
insert
void insert(int i,
Chars vs)
insert
void insert(int i,
java.lang.String vs)
insert
void insert(int i,
java.nio.CharBuffer vs)
insert
void insert(int i,
char[] vs,
int from,
int to)
insert
void insert(int i,
Chars vs,
int from,
int to)
insert
void insert(int i,
java.lang.String vs,
int from,
int to)
insert
void insert(int i,
java.nio.CharBuffer vs,
int c)
append
void append(char v)
append
void append(char[] vs)
append
void append(Chars vs)
append
void append(java.lang.String vs)
append
void append(java.nio.CharBuffer vs)
append
void append(char[] vs,
int from,
int to)
append
void append(Chars vs,
int from,
int to)
append
void append(java.lang.String vs,
int from,
int to)
append
void append(java.nio.CharBuffer vs,
int c)
prepend
void prepend(char v)
prepend
void prepend(char[] vs)
prepend
void prepend(Chars vs)
prepend
void prepend(java.lang.String vs)
prepend
void prepend(java.nio.CharBuffer vs)
prepend
void prepend(char[] vs,
int from,
int to)
prepend
void prepend(Chars vs,
int from,
int to)
prepend
void prepend(java.lang.String vs,
int from,
int to)
prepend
void prepend(java.nio.CharBuffer vs,
int c)
remove
void remove(char v)
- Removes a single copy of the specified value. If multiple copies
are present, there is no guarantee which one will be removed.
ensureCapacity
void ensureCapacity(int minCapacity)
compact
void compact()
Copyright © 2012 Metron, Inc.. All Rights Reserved.