Uses of Class
org.jboss.logmanager.LogManager.ReadOnlyMapEntry
-
Packages that use LogManager.ReadOnlyMapEntry Package Description org.jboss.logmanager -
-
Uses of LogManager.ReadOnlyMapEntry in org.jboss.logmanager
Methods in org.jboss.logmanager that return LogManager.ReadOnlyMapEntry Modifier and Type Method Description (package private) static <K,V>
LogManager.ReadOnlyMapEntry<K,V>LogManager.ReadOnlyMapEntry. of(K key, V value)
Method parameters in org.jboss.logmanager with type arguments of type LogManager.ReadOnlyMapEntry Modifier and Type Method Description (package private) static <K,V>
LogManager.ReadOnlyHashMap<K,V>LogManager.ReadOnlyHashMap. of(java.util.List<LogManager.ReadOnlyMapEntry<K,V>> entries)
-