Uses of Class
com.buck.commons.text.TextComparatorFactory.Kind

Packages that use TextComparatorFactory.Kind
com.buck.commons.text   
 

Uses of TextComparatorFactory.Kind in com.buck.commons.text
 

Methods in com.buck.commons.text that return TextComparatorFactory.Kind
static TextComparatorFactory.Kind TextComparatorFactory.Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextComparatorFactory.Kind[] TextComparatorFactory.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.buck.commons.text with parameters of type TextComparatorFactory.Kind
static Comparator<String> TextComparatorFactory.getInstance(TextComparatorFactory.Kind kind)
          Gets the singleton instance of a comparator.
 



Copyright © 2013. All Rights Reserved.