Uses of Enum Class
com.pnfsoftware.jeb.util.collect.CollectionOrder
Packages that use CollectionOrder
Package
Description
Collections, such as segments, custom maps/sets/lists, etc.
-
Uses of CollectionOrder in com.pnfsoftware.jeb.util.collect
Methods in com.pnfsoftware.jeb.util.collect that return CollectionOrderModifier and TypeMethodDescriptionstatic CollectionOrder
Returns the enum constant of this class with the specified name.static CollectionOrder[]
CollectionOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.util.collect with parameters of type CollectionOrderModifierConstructorDescriptionBiMap
(CollectionOrder keyOrder) Create a new bi-map.MapBuilder
(CollectionOrder order) MultiMap
(CollectionOrder keyOrder) Create a new multi-map.SetMap
(CollectionOrder keyOrder, CollectionOrder setOrder) Create a new set-map.