| Package | Description |
|---|---|
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| Modifier and Type | Method and Description |
|---|---|
StringIterator |
StringList.stringIterator()
Returns an type-specific iterator for this list.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicStringList.BasicStringIterator |
| Modifier and Type | Method and Description |
|---|---|
StringIterator |
BasicStringList.stringIterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteStringIterator_Proxy
RemoteStringIterator_Proxy in a generated smart proxy of StringIterator
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
StringIterator |
RemoteStringList_Proxy.stringIterator() |
| Modifier and Type | Method and Description |
|---|---|
StringIterator |
RemoteStringIterator_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteStringIterator_Rmi(StringIterator originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BridgeCollections.UnmodifiableStringIterator |
| Modifier and Type | Method and Description |
|---|---|
StringIterator |
BridgeCollections.UnmodifiableStringList.stringIterator() |
StringIterator |
BridgeCollections.EmptyStringList.stringIterator() |
| Constructor and Description |
|---|
UnmodifiableStringIterator(StringIterator i) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}