Package ice.util

Interface Summary
Comparable Defines the interface for Comparable, pre J1.2
Comparator Defines the interface for Comparator, pre J1.2
Settings This interface represents adjustable settings.
 

Class Summary
AbstractVersion This class provides a versioning framework for subsystems requiring versioning that can be represented by an array (of any length) of integers.
ByteUtil A utility class containing common byte related functionalities.
Defs  
Emulation Emulation class is used to provide current IB emulation mode information from a single source.
FullVersionComparator A utility class that performs a Comparison on the full length of the version specification on the underlying AbstractVersion class
JavaVersion This class provides some common operations relating to Java versioning for the browser environment.
JVMCapabilities This class will let us determine if some capability is present in the system in which we run.
MajorMinorReleaseVersionComparator This Comparator instance performs a comparison between the version values defined in the AbstractVersion Base class, comparing the first three parts of the version specification.
MajorMinorVersionComparator This Comparator instance performs a comparison between the version values defined in the AbstractVersion Base class, comparing the first two parts of the version specification.
Math  
ParseDate  
PropertyConstants  
 

Exception Summary
ICEException The ICE Exception class An Exception that is thrown when somethings goes wrong in the ICEBrowser.
UnsupportedOperationException Thrown to indicate that the requested operation is not supported.