Home » pdfbox-1.1.0-src » org.apache.pdfbox.util » [javadoc | source]
org.apache.pdfbox.util
public class: MapUtil [javadoc | source]
java.lang.Object
   org.apache.pdfbox.util.MapUtil
This class with handle some simple Map operations.
Method from org.apache.pdfbox.util.MapUtil Summary:
getNextUniqueKey
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.util.MapUtil Detail:
 public static final String getNextUniqueKey(Map map,
    String prefix) 
    Generate a unique key for the map based on a prefix.