public interface CollectionNumber
 The method names are taken from Collection, though not all
 methods are specified. At this moment, the class is read-only. If in the
 future the class is extended, the new methods should match the names from
 Collection.
| Modifier and Type | Method and Description | 
|---|---|
IteratorNumber | 
iterator()
Returns an iterator over the elements of the collection. 
 | 
int | 
size()
Returns the number of elements in the collection. 
 | 
IteratorNumber iterator()
int size()
Copyright © 2015. All rights reserved.