JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.lpezet.java.patterns.worker
Interface IWorkSplitter<T>
public interface
IWorkSplitter<T>
Author:
luc
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Collection
<
T
>
split
(
T
pWork)
Method Detail
split
Collection
<
T
> split(
T
pWork)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
lpezet