public class SimpleBuffer extends Object
| Constructor and Description |
|---|
SimpleBuffer() |
SimpleBuffer(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char ch) |
void |
append(char[] ch,
int start,
int length) |
void |
append(int ch) |
void |
append(String s) |
protected void |
grow(int needed) |
int |
length() |
static void |
main(String[] args) |
void |
reset() |
String |
toString() |
public SimpleBuffer()
public SimpleBuffer(int initialCapacity)
public void append(char[] ch,
int start,
int length)
public void append(String s)
public void append(int ch)
public void add(char ch)
protected void grow(int needed)
public void reset()
public int length()
public static void main(String[] args)
Copyright © 2016 The American National Corpus. All rights reserved.