bsh
Class CollectionManager
java.lang.Object
bsh.CollectionManager
- public class CollectionManager
- extends Object
The default CollectionManager (which remains Java 1.1 compatible)
supports iteration over objects of type:
Enumeration, Vector, String, StringBuffer and array.
The dynamically loaded CollectionManagerImpl supports additional types when
it is present.
- See Also:
BshIterable.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionManager
public CollectionManager()
getCollectionManager
public static CollectionManager getCollectionManager()
isBshIterable
public boolean isBshIterable(Object obj)
getBshIterator
public BshIterator getBshIterator(Object obj)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
isMap
public boolean isMap(Object obj)
getFromMap
public Object getFromMap(Object map,
Object key)
putInMap
public Object putInMap(Object map,
Object key,
Object value)
© 2000 pat@pat.net :-)