Comparator Tools
Package:
Summary:
Compare and sort objects of many types
Groups:
Author:
Description:
This package can be used to Sort and compare objects of many types.
It defines the comparable interface that is implemented by several different objects meant to compare common types of values like as files by any of their attributes such as name, size, creation or modification time.
Additionally it provides classes that take advantage of objects that implement the Comparable interface to sort arrays of objects.
It defines the comparable interface that is implemented by several different objects meant to compare common types of values like as files by any of their attributes such as name, size, creation or modification time.
Additionally it provides classes that take advantage of objects that implement the Comparable interface to sort arrays of objects.
Comments are closed.