Package | Description |
---|---|
org.gjt.sp.jedit.bsh |
Lightweight Scripting for Java.
|
org.gjt.sp.jedit.bsh.collection |
Modifier and Type | Class | Description |
---|---|---|
static class |
CollectionManager.BasicBshIterator |
An implementation that works with JDK 1.1
|
Modifier and Type | Method | Description |
---|---|---|
BshIterator |
CollectionManager.getBshIterator(java.lang.Object obj) |
Modifier and Type | Class | Description |
---|---|---|
class |
CollectionIterator |
This is the implementation of:
BshIterator - a dynamically loaded extension that supports the collections
API supported by JDK1.2 and greater.
|
Modifier and Type | Method | Description |
---|---|---|
BshIterator |
CollectionManagerImpl.getBshIterator(java.lang.Object obj) |