Module org.jhotdraw8.icollection
Package org.jhotdraw8.icollection.impl.redblack
package org.jhotdraw8.icollection.impl.redblack
-
ClassDescriptionEmpty<K,
V> The empty tree node.Node<K,V> A non-empty tree node.Option<T>An Option is a read-only collection of one element or of zero elements.Option.None<T>Option.Some<T>RedBlackTree<K,V> 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.