com.beust.jcommander
Class FuzzyMap
java.lang.Object
com.beust.jcommander.FuzzyMap
public class FuzzyMap
- extends Object
Helper class to perform fuzzy key look ups: looking up case insensitive or
abbreviated keys.
Method Summary |
static
|
findInMap(Map<? extends com.beust.jcommander.FuzzyMap.IKey,V> map,
com.beust.jcommander.FuzzyMap.IKey name,
boolean caseSensitive,
boolean allowAbbreviations)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FuzzyMap
public FuzzyMap()
findInMap
public static <V> V findInMap(Map<? extends com.beust.jcommander.FuzzyMap.IKey,V> map,
com.beust.jcommander.FuzzyMap.IKey name,
boolean caseSensitive,
boolean allowAbbreviations)
Copyright © 2014. All Rights Reserved.