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

All Superinterfaces:
Comparator<T>, Serializable

public interface SerializableComparator<T>
extends Comparator<T>, 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