java.lang.Object
org.gjt.sp.jedit.bsh.CollectionManager
org.gjt.sp.jedit.bsh.collection.CollectionManagerImpl
Dynamically loaded extension supporting post 1.1 collections iterator.
- Author:
- Pat Niemeyer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gjt.sp.jedit.bsh.CollectionManager
CollectionManager.BasicBshIterator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBshIterator
(Object obj) getFromMap
(Object map, Object key) boolean
Methods inherited from class org.gjt.sp.jedit.bsh.CollectionManager
getCollectionManager, isBshIterable
-
Constructor Details
-
CollectionManagerImpl
public CollectionManagerImpl()
-
-
Method Details
-
getBshIterator
- Overrides:
getBshIterator
in classCollectionManager
- Throws:
IllegalArgumentException
-
isMap
- Overrides:
isMap
in classCollectionManager
-
getFromMap
- Overrides:
getFromMap
in classCollectionManager
-
putInMap
- Overrides:
putInMap
in classCollectionManager
-