Uses of Enum
org.htmlunit.util.OrderedFastHashMap.Position
Packages that use OrderedFastHashMap.Position
-
Uses of OrderedFastHashMap.Position in org.htmlunit.util
Subclasses with type arguments of type OrderedFastHashMap.Position in org.htmlunit.utilModifier and TypeClassDescriptionprivate static enumHelper for identifying if we need to position our new entry differently.Methods in org.htmlunit.util that return OrderedFastHashMap.PositionModifier and TypeMethodDescriptionstatic OrderedFastHashMap.PositionReturns 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 voidOrderedFastHashMap.orderedListAdd(OrderedFastHashMap.Position listPosition, int position) private VOrderedFastHashMap.put(K key, V value, OrderedFastHashMap.Position listPosition) Adds a key and value to the internal position structure