public class ClientNodeTypeIterator extends ClientIterator implements NodeTypeIterator
Constructor and Description |
---|
ClientNodeTypeIterator(RemoteIterator iterator,
LocalAdapterFactory factory)
Creates a ClientNodeTypeIterator instance.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
getObject(Object remote)
Creates and returns a local adapter for the given remote node.
|
NodeType |
nextNodeType()
Returns the next node type in this iteration.
|
getPosition, getSize, hasNext, next, remove, skip
getFactory, getItem, getNode, getNodeTypeArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPosition, getSize, skip
forEachRemaining, hasNext, next, remove
public ClientNodeTypeIterator(RemoteIterator iterator, LocalAdapterFactory factory)
iterator
- remote iteratorfactory
- local adapter factoryprotected Object getObject(Object remote)
getObject
in class ClientIterator
remote
- remote referecneClientIterator.getObject(Object)
public NodeType nextNodeType()
nextNodeType
in interface NodeTypeIterator
NodeTypeIterator.nextNodeType()
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.