| 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.
|
| org.mmbase.module.lucene |
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
NodeList.nodeIterator()
Returns an type-specific iterator for this list.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
BasicNodeList.BasicNodeIterator |
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
BasicNodeList.nodeIterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteNodeIterator_Proxy
RemoteNodeIterator_Proxy in a generated smart proxy of NodeIterator
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
RemoteNodeList_Proxy.nodeIterator() |
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
RemoteNodeIterator_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteNodeIterator_Rmi(NodeIterator originalObject,
int port) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeIterator
A specialized iterator for 'TreeLists'
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BridgeCollections.UnmodifiableNodeIterator |
protected class |
CollectionNodeList.BasicNodeIterator |
class |
HugeNodeListIterator
Iterates the big result of a query.
|
protected class |
TreeList.TreeItr
The TreeIterator contains the core-functionality of TreeList.
|
| Modifier and Type | Field and Description |
|---|---|
protected NodeIterator |
HugeNodeListIterator.nodeIterator |
| Modifier and Type | Method and Description |
|---|---|
NodeIterator |
TreeList.nodeIterator() |
NodeIterator |
CollectionNodeList.nodeIterator() |
NodeIterator |
BridgeCollections.UnmodifiableNodeList.nodeIterator() |
NodeIterator |
BridgeCollections.EmptyNodeList.nodeIterator() |
| Constructor and Description |
|---|
UnmodifiableNodeIterator(NodeIterator i) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeIterator |
MMBaseIndexDefinition.getNodeIterator(String id)
Creates an (Huge)NodeListIterator for this index definition
|
| Modifier and Type | Method and Description |
|---|---|
protected CloseableIterator<MMBaseEntry> |
MMBaseIndexDefinition.getCursor(NodeIterator nodeIterator,
Collection<? extends FieldDefinition> f)
Converts an MMBase Node Iterator to an Iterator of IndexEntry-s.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}