Uses of Class
fj.data.Set.Color
-
Packages that use Set.Color Package Description fj.data Common algebraic data types. -
-
Uses of Set.Color in fj.data
Fields in fj.data declared as Set.Color Modifier and Type Field Description private Set.Color
Set.Tree. c
Methods in fj.data that return Set.Color Modifier and Type Method Description (package private) abstract Set.Color
Set. color()
Set.Color
Set.Empty. color()
Set.Color
Set.Tree. color()
static Set.Color
Set.Color. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Set.Color[]
Set.Color. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fj.data with parameters of type Set.Color Modifier and Type Method Description private static <A> Set<A>
Set. balance(Ord<A> ord, Set.Color c, Set<A> l, A h, Set<A> r)
Constructors in fj.data with parameters of type Set.Color Constructor Description Tree(Ord<A> ord, Set.Color c, Set<A> a, A x, Set<A> b)
-