JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
sonia.scm.util
Interface CollectionAppender<T>
public interface
CollectionAppender<T>
Since:
1.4
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
append
(
Collection
<
T
> collection,
T
item)
Method Details
append
void
append
(
Collection
<
T
> collection,
T
item)