See: Description
| Class | Description | 
|---|---|
| ArrayIntIterator | 
 In iterator for an array of integers in order of increasing index. 
 | 
| BoundIntIterator | 
 An iterator over an interval in increasing order. 
 | 
| Counter | |
| DisjointSets<V> | |
| Either<A,B> | 
 A sum type. 
 | 
| EmptyIntIterator | 
 An empty iterator. 
 | 
| FixedCapacityIntSet | 
 For small, fixed-capacity sets. 
 | 
| FList<E> | 
 Persistent singly-linked list. 
 | 
| Just<T> | |
| Left<A,B> | |
| Maybe<T> | 
 A option type. 
 | 
| MutableBoolean | |
| Nothing<T> | |
| Pair<A,B> | 
 A 2-tuple. 
 | 
| ReverseArrayIntIterator | 
 In iterator for an array of integers in order of decreasing index. 
 | 
| ReverseBoundIntIterator | 
 An iterator over an interval in decreasing order. 
 | 
| Right<A,B> | |
| SingleIntIterator | 
 Iterate over a single value. 
 | 
| Triple<A,B,C> | 
 A 3-tuple. 
 | 
Copyright © 2013. All Rights Reserved.