Package

org.powerscala

collection

Permalink

package collection

Visibility
  1. Public
  2. All

Type Members

  1. class BiMap[A, B] extends Map[A, B]

    Permalink

    Bi-Directional Map that adds getLeft, getRight, left, and right in order to access values in a specific way.

    Bi-Directional Map that adds getLeft, getRight, left, and right in order to access values in a specific way. Utilizes two underlying maps to give improved lookup speed for value for key or key for value lookups.

    A

    the left type

    B

    the right type

  2. class HierarchicalIterator[T] extends Iterator[T]

    Permalink

    HierarchicalIterator, as the name suggests, allows you to flatly iterate over a hierarchical structure.

    HierarchicalIterator, as the name suggests, allows you to flatly iterate over a hierarchical structure.

    T

    the type to be iterated over

Value Members

  1. object BiMap

    Permalink

Ungrouped