sdr 0.4

Package net.cscott.sdr.util

This package contains useful utility code.

See:
          Description

Interface Summary
Tools.ListMultiMap<K,V> An instance of a MultiMap where the contained collections are Lists.
Tools.SetMultiMap<K,V> An instance of a MultiMap where the contained collections are Sets.
 

Class Summary
Bezier Utility methods for efficiently evaluating bezier curves.
Box An orthogonal box, with sides parallel to the x and y axes.
Fraction Fraction is a Number which implements exact arithmetic on fractions.
Interval An interval between two Fractions.
Point A 2D point, where x and y coordinate are Fractions.
Tools Utility functions to facilitate map and list creation.
Tools.F<A,B> Convenience alias for FilterIterator.Filter.
 

Package net.cscott.sdr.util Description

This package contains useful utility code. In particular, our exact rational arithmetic package is here (in the Fraction class), as well as some classes using our rational numbers to represent Intervals, Points, and Boxes.


sdr 0.4

Copyright © 2006-2009 C. Scott Ananian