This is the implementation of:
BshIterator - a dynamically loaded extension that supports the collections
API supported by JDK1.2 and greater.
author: Daniel Leuck author: Pat Niemeyer
createIterator(Object iterateOverMe) Create an iterator over the given object
Parameters: iterateOverMe - Object of type Iterator, Collection, or typessupported by CollectionManager.BasicBshIterator an Iterator throws: java.lang.IllegalArgumentException - If the argument is not asupported (i.e.
Create an iterator over the given object
Parameters: iterateOverMe - Object of type Iterator, Collection, or typessupported by CollectionManager.BasicBshIterator an Iterator throws: java.lang.IllegalArgumentException - If the argument is not asupported (i.e. iterable) type. throws: java.lang.NullPointerException - If the argument is null