站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Package org.springframework.util.comparator (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Package
org.springframework.util.comparator

Packages that use org.springframework.util.comparator
org.springframework.util.comparator Useful generic java.util.Comparator implementations, such as an invertible comparator and a compound comparator. 
 

Classes in org.springframework.util.comparator used by org.springframework.util.comparator
BooleanComparator
          A Comparator for Boolean objects that can sort either true or false first.
NullSafeComparator
          A Comparator that will safely compare nulls to be lower or higher than other objects.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.