public class PosixHashMap
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.lang.String> |
hashMap
This attribute represents the Hashmap for POSIX character classes.
|
| Constructor and Description |
|---|
PosixHashMap()
This is the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getHashMap()
This method gives the Hashmap back.
|