JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.luwrain.pim.storage
Interface AbstractStorage<E>
public interface
AbstractStorage<E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
add
(
E
e)
List
<? extends
E
>
getAll
()
void
remove
(
E
e)
Method Details
getAll
List
<? extends
E
>
getAll
()
add
void
add
(
E
e)
remove
void
remove
(
E
e)