|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.util.MapUtil
public class MapUtil
This class with handle some simple Map operations.
Method Summary | |
---|---|
static java.lang.String |
getNextUniqueKey(java.util.Map map,
java.lang.String prefix)
Generate a unique key for the map based on a prefix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |