Uses of Interface
com.jamonapi.utils.Command

Packages that use Command
com.jamonapi.utils This package contains utility classes used by the JAMon implementation that are of general use beyond JAMon. 
 

Uses of Command in com.jamonapi.utils
 

Methods in com.jamonapi.utils with parameters of type Command
static void CommandIterator.iterate(java.util.Collection collection, Command command)
          Iterate through a Collection passing the Command object each element in the collection.
static void CommandIterator.iterate(java.util.Enumeration enumer, Command command)
          Iterate through an Enumeration passing the Command object each element in the Collection
static void CommandIterator.iterate(java.util.Iterator iterator, Command command)
          Iterate passing each Command each Object that is being iterated
static void CommandIterator.iterate(java.util.Map map, Command command)
          Iterate through a Map passing Command object a Map.Entry.
 



Copyright © 2012. All Rights Reserved.