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
.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
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, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
parent
InfoMap parent -
defaults
-
-
Constructor Details
-
InfoMap
public InfoMap() -
InfoMap
-
-
Method Details
-
normalize
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
List<Info>> - Overrides:
containsKey
in classHashMap<String,
List<Info>>
-
get
-
get
-
get
-
get
-
getFirst
-
getFirst
-
put
-
put
-
putFirst
-