Package org.bytedeco.javacpp.tools
Class InfoMap
A
Map containing Info objects consumed by the Parser.
Also contains a few utility methods to facilitate its use for both the user
and the Parser.- Author:
- Samuel Audet
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
InfoMap
public InfoMap() -
InfoMap
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,List<Info>> - Overrides:
containsKeyin classHashMap<String,List<Info>>
-
get
-
get
-
get
-
get
-
getFirst
-
getFirst
-
put
-
put
-
putFirst
-