Class InQuerySupport<S,T>
java.lang.Object
com.deniz.jira.worklog.services.attr.InQuerySupport<S,T>
public class InQuerySupport<S,T>
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InQuerySupport.Supplier<S,T>
static interface
InQuerySupport.Supplier2<S,T>
-
Constructor Summary
Constructors Constructor Description InQuerySupport()
-
Method Summary
Modifier and Type Method Description java.util.Map<S,T>
get(S[] idList, InQuerySupport.Supplier<S,T> supplier)
java.util.Set<T>
get(S[] idList, java.time.ZonedDateTime startDate, java.time.ZonedDateTime endDate, InQuerySupport.Supplier2<S,T> supplier)
static java.lang.String
nextChuck(int start, int end)
-
Constructor Details
-
InQuerySupport
public InQuerySupport()
-
-
Method Details