Uses of Class
net.sf.collections15.comparators.FixedOrderComparator.UnknownObjectBehaviour

Packages that use FixedOrderComparator.UnknownObjectBehaviour
net.sf.collections15.comparators This package contains implementations of the Comparator interface. 
 

Uses of FixedOrderComparator.UnknownObjectBehaviour in net.sf.collections15.comparators
 

Methods in net.sf.collections15.comparators that return FixedOrderComparator.UnknownObjectBehaviour
 FixedOrderComparator.UnknownObjectBehaviour FixedOrderComparator.getUnknownObjectBehavior()
          Gets the comparison behaviour of the Comparator in the case of an unknown object being compared.
static FixedOrderComparator.UnknownObjectBehaviour FixedOrderComparator.UnknownObjectBehaviour.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FixedOrderComparator.UnknownObjectBehaviour[] FixedOrderComparator.UnknownObjectBehaviour.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.collections15.comparators with parameters of type FixedOrderComparator.UnknownObjectBehaviour
 void FixedOrderComparator.setUnknownObjectBehavior(FixedOrderComparator.UnknownObjectBehaviour unknownObjectBehavior)
          Sets the comparison behaviour of the Comparator in the case of an unknown object being compared.
 



Copyright © 2001-2005 SourceForge.net. All Rights Reserved.