scala.swing.Table.IntervalMode

ValueSet

object ValueSet extends AnyRef

A factory object for value sets

definition classes: Enumeration

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def apply(elems: Value*): ValueSet

    A value set consisting of given elements

  2. def canBuildFrom: CanBuildFrom[ValueSet, Value, ValueSet]

    The implicit builder for value sets

  3. val empty: ValueSet

    The empty value set

  4. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  5. def hashCode(): Int

    Returns a hash code value for the object

  6. def newBuilder: Builder[Value, ValueSet]

    A builder object for value sets

  7. def toString(): String

    Returns a string representation of the object