Static Public Member Functions | |
| boolean | visitCollection (Collection c, CollectionVisitor v) |
| Visits each element in a collection. | |
Private Member Functions | |
| MoreCollections () | |
This class is meant to supplement those methods found in the Collections class.
Definition at line 70 of file MoreCollections.java.
|
|
Definition at line 72 of file MoreCollections.java. |
|
||||||||||||
|
Visits each element in a collection.
The order visited is as returned by the collection's iterator. The method
Definition at line 88 of file MoreCollections.java. References com.arcle.rmt.j2se.util.CollectionVisitor.visitCollection(). |
1.3.5