Package sbrt.kernel.util

Provides classes and interfaces for performing utility functions.

See:
          Description

Interface Summary
MutableProgressMonitor This interface is used to represent mutable progress montiors.
ProgressMonitor This interface is used to represent progress monitors.
 

Class Summary
AbstractProgressMonitor This abstract class is a skeleton implementation of ProgressMonitor.
And<E>  
BooleanRelation<E>  
DiscreteProgressMonitor This class is used to monitor the progress of a process that occurs in discrete events.
Or<E>  
PercentProgressMonitor This class is used to monitor a process whose progress can be measured as a percentage.
UnmodifiableCollection<E> This class is used to create an unmodifiable view of collections.
UnmodifiableIterator<E> This class is used to create an iterator that cannot modify its underlying collection.
UnmodifiableList<E> This class is used to create an unmodifiable view of lists.
UnmodifiableMap<K,V> This class is used to create an unmodifiable view of maps.
UnmodifiableSet<E> This class is used to create an unmodifiable view of sets.
Util This class contains static methods that perform utility functions.
 

Package sbrt.kernel.util Description

Provides classes and interfaces for performing utility functions.