public class NameToCodeMap extends Object
Represents name to code map.
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String name)
Returns true in case the key is already in the map.
|
int |
get(String name)
Gets code by name.
|
Collection<String> |
getKeys()
Returns string names collection.
|
int |
size()
Gets count of pairs name-code in the map.
|
public int get(String name)
Gets code by name.
name - Glyph name.public int size()
Gets count of pairs name-code in the map.
public Collection<String> getKeys()
Returns string names collection.
public boolean containsKey(String name)
Returns true in case the key is already in the map.
name - Glyph name.Copyright © 2025 Aspose. All Rights Reserved.