Packages

p

scail.commons

collection

package collection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class IndexedSet[A, B] extends AbstractSet[A] with SetLike[A, IndexedSet[A, B]]

    This class implements immutable indexed sets using a hash trie.

    This class implements immutable indexed sets using a hash trie.

    An indexed set is like a set, however elements are indexed (hashed) by a given key. A function indexedBy: A => B is used to map elements to their keys. The key can be used to test for membership or retrieve the element, like in a map.

    Indexed sets guarantee no two elements share the same key.

    A

    the type of the elements contained in this indexed set

    B

    the type of the keys in this indexed set

Value Members

  1. object IndexedSet

    This object provides a set of operations needed to create IndexedSet values.

Ungrouped