Uses of Class
com.google.common.collect.ImmutableSortedSet.Factory

Packages that use ImmutableSortedSet.Factory
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of ImmutableSortedSet.Factory in com.google.common.collect
 

Methods in com.google.common.collect that return ImmutableSortedSet.Factory
static
<E> ImmutableSortedSet.Factory<E>
ImmutableSortedSet.orderedBy(java.util.Comparator<E> comparator)
          Returns a factory that creates immutable sorted sets with an explicit comparator.
static
<E extends java.lang.Comparable>
ImmutableSortedSet.Factory<E>
ImmutableSortedSet.reverseOrder()
          Returns a factory that creates immutable sorted sets whose elements are ordered by the reverse of their natural ordering.
 



Copyright © 2007-2008 Google. All Rights Reserved.