Uses of Class
org.htmlunit.util.OrderedFastHashMap.Position
-
Packages that use OrderedFastHashMap.Position Package Description org.htmlunit.util Miscellaneous utilities. -
-
Uses of OrderedFastHashMap.Position in org.htmlunit.util
Methods in org.htmlunit.util that return OrderedFastHashMap.Position Modifier and Type Method Description static OrderedFastHashMap.Position
OrderedFastHashMap.Position. valueOf(java.lang.String name)
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.Position Modifier and Type Method Description private 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
-