Package org.jhotdraw8.icollection.impl.redblack


package org.jhotdraw8.icollection.impl.redblack
  • Class
    Description
     
    Empty<K,V>
    The empty tree node.
    Node<K,V>
    A non-empty tree node.
    An Option is a read-only collection of one element or of zero elements.
     
     
    Purely functional Red/Black Tree, inspired by Kazu Yamamoto's Haskell implementation.
    A Tuple combines a fixed number of elements together so that they can be passed around as a whole.
     
    Tuple1<T1>
     
    Tuple2<T1,T2>
     
    Tuple3<T1,T2,T3>
     
    Tuple4<T1,T2,T3,T4>
    A tuple of 4 elements which can be seen as cartesian product of 4 components.