com.google.common.collect
Interface SerializableComparator<T>

All Superinterfaces:
java.util.Comparator<T>, java.io.Serializable

public interface SerializableComparator<T>
extends java.util.Comparator<T>, java.io.Serializable

A serializable comparator. Comparator implementations may implement this interface instead of Comparator<T> directly, so that collections using the comparator can be serializable.

Author:
Kevin Bourrillion

Method Summary
 
Methods inherited from interface java.util.Comparator
compare, equals
 



Copyright © 2008 Google. All Rights Reserved.