| Package | Description |
|---|---|
| com.jamonapi.utils |
This package contains utility classes used by the JAMon implementation that are of general use beyond JAMon.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CommandIterator.iterate(Collection collection,
Command command)
Iterate through a Collection passing the Command object each element in the collection.
|
static void |
CommandIterator.iterate(Enumeration enumer,
Command command)
Iterate through an Enumeration passing the Command object each element in the Collection
|
static void |
CommandIterator.iterate(Iterator iterator,
Command command)
Iterate passing each Command each Object that is being iterated
|
static void |
CommandIterator.iterate(Map map,
Command command)
Iterate through a Map passing Command object a Map.Entry.
|
Copyright © 2015. All rights reserved.