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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBshIterator(Object obj) getFromMap(Object map, Object key) booleanMethods inherited from class org.gjt.sp.jedit.bsh.CollectionManager
getCollectionManager, isBshIterable
-
Constructor Details
-
CollectionManagerImpl
public CollectionManagerImpl()
-
-
Method Details
-
getBshIterator
- Overrides:
getBshIteratorin classCollectionManager- Throws:
IllegalArgumentException
-
isMap
- Overrides:
isMapin classCollectionManager
-
getFromMap
- Overrides:
getFromMapin classCollectionManager
-
putInMap
- Overrides:
putInMapin classCollectionManager
-