Uses of Interface
mondrian.util.PartiallyOrderedSet.Ordering
-
Packages that use PartiallyOrderedSet.Ordering Package Description mondrian.util Mondrian utilities. -
-
Uses of PartiallyOrderedSet.Ordering in mondrian.util
Constructors in mondrian.util with parameters of type PartiallyOrderedSet.Ordering Constructor Description PartiallyOrderedSet(PartiallyOrderedSet.Ordering<E> ordering)
Creates a partially-ordered set.PartiallyOrderedSet(PartiallyOrderedSet.Ordering<E> ordering, Collection<E> collection)
Creates a partially-ordered set, and populates it with a given collection.
-