Uses of Enum
org.htmlunit.util.OrderedFastHashMap.Position
Packages that use OrderedFastHashMap.Position
-
Uses of OrderedFastHashMap.Position in org.htmlunit.util
Methods in org.htmlunit.util that return OrderedFastHashMap.PositionModifier and TypeMethodDescriptionstatic OrderedFastHashMap.Position
Returns the enum constant of this type with the specified name.static OrderedFastHashMap.Position[]
OrderedFastHashMap.Position.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit.util with parameters of type OrderedFastHashMap.PositionModifier and TypeMethodDescriptionprivate void
OrderedFastHashMap.orderedListAdd
(OrderedFastHashMap.Position listPosition, int position) private V
OrderedFastHashMap.put
(K key, V value, OrderedFastHashMap.Position listPosition) Adds a key and value to the internal position structure