org.apache.pdfbox.util
public class MapUtil extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getNextUniqueKey(java.util.Map map,
java.lang.String prefix)
Generate a unique key for the map based on a prefix.
|
public static final java.lang.String getNextUniqueKey(java.util.Map map, java.lang.String prefix)
map
- The map to look for existing keys.prefix
- The prefix to use when generating the key.