All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.voyager.VHashSetIterator
java.lang.Object
|
+----COM.objectspace.voyager.VObject
|
+----COM.objectspace.jgl.voyager.VHashSetIterator
- public class VHashSetIterator
- extends VObject
- implements ForwardIterator, Opaque
VHashSetIterator is the virtual class of HashSetIterator.
-
VHashSetIterator()
- Construct a VHashSetIterator that is not associated with an object.
-
VHashSetIterator(HashSetIterator, String)
-
-
VHashSetIterator(HashSetIterator, String, long)
-
-
VHashSetIterator(String)
-
-
VHashSetIterator(String, long)
-
-
VHashSetIterator(VSubspace)
- Construct a VHashSetIterator 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)
-
-
opaqueData()
-
-
opaqueData(Messenger)
-
-
opaqueId()
-
-
opaqueId(Messenger)
-
-
originalIsInterface()
-
-
put(int, Object)
-
-
put(int, Object, Messenger)
-
-
put(Object)
-
-
put(Object, Messenger)
-
VHashSetIterator
public VHashSetIterator()
- Construct a VHashSetIterator 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.
VHashSetIterator
public VHashSetIterator(VSubspace reference) throws VoyagerException
- Construct a VHashSetIterator and connect it to the specified object.
- Parameters:
- reference - A reference to the object to connect to.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashSetIterator
public VHashSetIterator(String __address,
long __timeout) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- __timeout - The timeout value in milliseconds.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashSetIterator
public VHashSetIterator(String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashSetIterator
public VHashSetIterator(HashSetIterator arg1,
String __address,
long __timeout) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- __timeout - The timeout value in milliseconds.
- Throws: VoyagerException
- A voyager-related exception occurred.
VHashSetIterator
public VHashSetIterator(HashSetIterator arg1,
String __address) throws VoyagerException
- Parameters:
- __address - The address of the program where the instantiation should occur.
- 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
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()
hasMoreElements
public Result hasMoreElements(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
hasMoreElements
public boolean hasMoreElements()
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)
nextElement
public Result nextElement(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
nextElement
public Object nextElement()
get
public Result get(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
get
public Object get()
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)
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)
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()
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)
opaqueData
public Result opaqueData(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
opaqueData
public Object opaqueData()
opaqueId
public Result opaqueId(Messenger __messenger)
- Parameters:
- __messenger - The messenger that should be used to invoke the method
opaqueId
public int opaqueId()
All Packages Class Hierarchy This Package Previous Next Index