public class RegionComparator<T> extends Object implements Comparator<T>
| Constructor and Description |
|---|
RegionComparator(com.google.common.base.Function<? super T,? extends ITextRegion> regionAccess) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T t1,
T t2) |
com.google.common.base.Function<? super T,? extends ITextRegion> |
getRegionAccess() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic RegionComparator(com.google.common.base.Function<? super T,? extends ITextRegion> regionAccess)
public com.google.common.base.Function<? super T,? extends ITextRegion> getRegionAccess()
public int compare(T t1, T t2)
compare in interface Comparator<T>Copyright © 2015. All Rights Reserved.