Package org.iges.util

Interface Summary
Lock A generalized representation of the thread-lock concept.
 

Class Summary
Bounds This is actually a container for two similar classes, Bounds.Grid and Bounds.World.
Bounds.Grid Represents a 4-dimensional constraint in grid (relative) coordinates.
Bounds.World Represents a 4-dimensional constraint in world (absolute) coordinates.
ExclusiveLock An extension of the thread-lock concept which supports the concept of exclusive vs non-exclusive locking.
FileResolver Provides slightly more flexible handling of paths than the java.io.File class.
Range This is actually a container for three similar classes, Range.Double, Range.Long, and Range.Date.
Range.Date Represents a range of dates.
Range.Double Represents a range of floating-point numbers.
Range.Long Represents a range of integers.
Spooler A collection of methods that efficiently spool data from a finite-length source to a sink.
Strings  
 

Exception Summary
ChainedException An exception class supporting chaining.