Toggle navigation
JarYard
Browse
Search
About
Groups
com.bric
javagraphics-util
0.0.1
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
com
.
bric
.
util
Interface Receiver<T>
All Known Implementing Classes:
BasicReceiver
public interface
Receiver<T>
A simple interface for depositing an element.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
add
(
T
... elements)
Add elements to this receiver.
Method Detail
add
void add(
T
... elements)
Add elements to this receiver.
Parameters:
elements
- the elements to add to this receiver.