public class CharMap extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
maxEntries |
| Constructor and Description |
|---|
CharMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertFromBytes(byte[] bytes) |
byte[] |
convertFromString(String word) |
byte |
getByte(char c) |
char |
getChar(int index) |
int |
getSize() |
void |
put(char c) |
void |
put(String word) |
void |
trim() |
public String convertFromBytes(byte[] bytes)
public byte[] convertFromString(String word)
public void put(String word)
public void put(char c)
public byte getByte(char c)
public char getChar(int index)
public void trim()
public int getSize()
Copyright © 2020. All rights reserved.