All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.voyager.VBidirectionalIterator
java.lang.Object
|
+----COM.objectspace.voyager.VObject
|
+----COM.objectspace.jgl.voyager.VBidirectionalIterator
- public class VBidirectionalIterator
- extends VObject
- implements BidirectionalIterator
VBidirectionalIterator is the virtual class of BidirectionalIterator.
-
VBidirectionalIterator()
- Construct a VBidirectionalIterator that is not associated with an object.
-
VBidirectionalIterator(VSubspace)
- Construct a VBidirectionalIterator and connect it to the specified object.
-
advance()
-
-
advance(int)
-
-
advance(int, Messenger)
-
-
advance(Messenger)
-
-
atBegin()
-
-
atBegin(Messenger)
-
-
atEnd()
-
-
atEnd(Messenger)
-
-
clone()
-
-
clone(Messenger)
-
-
distance(ForwardIterator)
-
-
distance(ForwardIterator, Messenger)
-
-
get()
-
-
get(int)
-
-
get(int, Messenger)
-
-
get(Messenger)
-
-
getContainer()
-
-
getContainer(Messenger)
-
-
getOriginalClassName()
-
-
hasMoreElements()
-
-
hasMoreElements(Messenger)
-
-
isCompatibleWith(InputIterator)
-
-
isCompatibleWith(InputIterator, Messenger)
-
-
nextElement()
-
-
nextElement(Messenger)
-
-
originalIsInterface()
-
-
put(int, Object)
-
-
put(int, Object, Messenger)
-
-
put(Object)
-
-
put(Object, Messenger)
-
-
retreat()
-
-
retreat(int)
-
-
retreat(int, Messenger)
-
-
retreat(Messenger)
-
VBidirectionalIterator
public VBidirectionalIterator()
- Construct a VBidirectionalIterator that is not associated with an object.
This function is used internally by Voyager and should not
be invoked by user code. Any attempt to send a message to a
reference created using this default constructor will cause a
NullPointerException to be thrown.
VBidirectionalIterator
public VBidirectionalIterator(VSubspace reference) throws VoyagerException
- Construct a VBidirectionalIterator and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
getOriginalClassName
public String getOriginalClassName()
- Overrides:
- getOriginalClassName in class VObject
originalIsInterface
public boolean originalIsInterface()
- Overrides:
- originalIsInterface in class VObject
clone
public Result clone(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
clone
public Object clone()
- Overrides:
- clone in class Object
retreat
public Result retreat(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
retreat
public void retreat()
retreat
public Result retreat(int arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
retreat
public void retreat(int arg1)
advance
public Result advance(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
advance
public void advance()
advance
public Result advance(int arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
advance
public void advance(int arg1)
get
public Result get(int arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
get
public Object get(int arg1)
put
public Result put(int arg1,
Object arg2,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
put
public void put(int arg1,
Object arg2)
distance
public Result distance(ForwardIterator arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
distance
public int distance(ForwardIterator arg1)
getContainer
public Result getContainer(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
getContainer
public Container getContainer()
atBegin
public Result atBegin(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
atBegin
public boolean atBegin()
atEnd
public Result atEnd(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
atEnd
public boolean atEnd()
get
public Result get(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
get
public Object get()
isCompatibleWith
public Result isCompatibleWith(InputIterator arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
isCompatibleWith
public boolean isCompatibleWith(InputIterator arg1)
hasMoreElements
public Result hasMoreElements(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
hasMoreElements
public boolean hasMoreElements()
nextElement
public Result nextElement(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
nextElement
public Object nextElement()
put
public Result put(Object arg1,
Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
put
public void put(Object arg1)
All Packages Class Hierarchy This Package Previous Next Index