com.mysema.query.types
Interface Interval<T>

Type Parameters:
T -
All Known Implementing Classes:
IntervalImpl

public interface Interval<T>

Interval is a typed inclusive interval from begin to end with optional open begin and end

Author:
tiwe

Method Summary
 T getBegin()
          Get the beginning of the interval or null
 T getEnd()
          Get the end of the interval or null
 

Method Detail

getBegin

@Nullable
T getBegin()
Get the beginning of the interval or null

Returns:

getEnd

@Nullable
T getEnd()
Get the end of the interval or null

Returns:


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.