java.lang.Object
org.gjt.sp.jedit.bsh.CollectionManager
- Direct Known Subclasses:
CollectionManagerImpl
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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An implementation that works with JDK 1.1 -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBshIterator
(Object obj) static CollectionManager
getFromMap
(Object map, Object key) boolean
isBshIterable
(Object obj) boolean
-
Constructor Details
-
CollectionManager
public CollectionManager()
-
-
Method Details
-
getCollectionManager
-
isBshIterable
-
getBshIterator
- Throws:
IllegalArgumentException
-
isMap
-
getFromMap
-
putInMap
-