JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
cn.dinodev.spring.commons.data
Interface Range<T extends
Serializable
>
All Superinterfaces:
Serializable
All Known Implementing Classes:
TimePeriod
public interface
Range<T extends
Serializable
>
extends
Serializable
Author:
Cody Lu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
getBegin
()
开始
T
getEnd
()
结束
Method Details
getBegin
T
getBegin
()
开始
Returns:
getEnd
T
getEnd
()
结束
Returns: