Uses of Class
org.htmlunit.util.OrderedFastHashMap
Packages that use OrderedFastHashMap
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Miscellaneous utilities.
-
Uses of OrderedFastHashMap in org.htmlunit.html
Fields in org.htmlunit.html declared as OrderedFastHashMapModifier and TypeFieldDescriptionprivate final OrderedFastHashMap
<String, DomAttr> NamedAttrNodeMapImpl.map_
-
Uses of OrderedFastHashMap in org.htmlunit.util
Fields in org.htmlunit.util declared as OrderedFastHashMapModifier and TypeFieldDescriptionprivate final OrderedFastHashMap
<K, V> OrderedFastHashMap.OrderedEntrySet.backingMap_
private final OrderedFastHashMap
<K, V> OrderedFastHashMap.OrderedKeySet.backingMap_
Constructors in org.htmlunit.util with parameters of type OrderedFastHashMapModifierConstructorDescription(package private)
OrderedEntrySet
(OrderedFastHashMap<K, V> backingMap) (package private)
OrderedKeySet
(OrderedFastHashMap<K, V> backingMap)