Get the value for the given key, and return as an integer. @param key the key to lookup @param def a default value to return @return the key parsed as an integer, or def if the key isn't found or cannot be parsed @throws IllegalArgumentException if the key exceeds 32 characters
(String key, int def)
source not stored for this graph (policy: none)
no test coverage detected