edu.knowitall.collection

immutable

package immutable

Visibility
  1. Public
  2. All

Type Members

  1. class Bag[T] extends Iterable[T] with IterableLike[T, Bag[T]]

    An immutable data structure that is similar to a set but can store multiple instances of any one value.

  2. sealed class Interval extends IndexedSeq[Int] with Ordered[Interval]

    Represents an open interval in the Integers.

Value Members

  1. object Bag extends AnyRef

  2. object Interval extends AnyRef

  3. package graph