public class ByteCharCounter extends Object
| Constructor and Description |
|---|
ByteCharCounter() |
| Modifier and Type | Method and Description |
|---|---|
ByteCharCounter |
decrease(char chr) |
ByteCharCounter |
decrease(char chr,
int val) |
int |
get(char chr) |
ByteCharCounter |
increase(char chr) |
ByteCharCounter |
increase(char chr,
int val) |
String |
toString() |
public ByteCharCounter increase(char chr)
public ByteCharCounter increase(char chr, int val)
public ByteCharCounter decrease(char chr)
public ByteCharCounter decrease(char chr, int val)
public int get(char chr)
Copyright © 2017. All Rights Reserved.