JavaScript is disabled on your browser.
Skip navigation links
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
io.purush.java.immutable.collections
Interface Collection<E>
All Known Subinterfaces:
Seque
<E>
All Known Implementing Classes:
Stack
public interface
Collection<E>
Grandparent of all collections. Abstracts the most basic collection methods - size, etc.
Since:
1.0
Author:
Purush Swaminathan
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
size
()
Bookkeeping: Size of the collection.
Method Detail
size
int size()
Bookkeeping: Size of the collection.
Returns:
the size
Skip navigation links
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
Copyright © 2017. All rights reserved.