public abstract class SearchRange<T> extends Object
SearchRange()
SearchRange(T from, T to)
T
getFrom()
getTo()
abstract String
getValue()
static <T> com.google.common.base.Function<SearchRange<T>,String>
getValueFunction()
void
setFrom(T from)
setTo(T to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SearchRange()
public SearchRange(T from, T to)
public static <T> com.google.common.base.Function<SearchRange<T>,String> getValueFunction()
public abstract String getValue()
public void setTo(T to)
public void setFrom(T from)
public T getTo()
public T getFrom()
Copyright © 2010–2017. All rights reserved.