com.sun.management.oss.impl.pm.util
Class ObjectIterator

java.lang.Object
  extended bycom.sun.management.oss.impl.pm.util.ObjectIterator
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ManagedEntityValueIteratorImpl, ObservableObjectClassIteratorImpl, ObservableObjectIteratorImpl, ReportInfoIteratorImpl, ReportInfoIteratorImpl

public class ObjectIterator
extends java.lang.Object
implements java.io.Serializable

Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson

Version:
0.2
Author:
Andreas Jirven, Anna Eriksson, Ali Feizabadi
See Also:
Serialized Form

Constructor Summary
ObjectIterator(java.lang.Object[] objects)
           
 
Method Summary
 java.lang.Object[] getNextValue(int how_many)
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIterator

public ObjectIterator(java.lang.Object[] objects)
Method Detail

getNextValue

public java.lang.Object[] getNextValue(int how_many)

remove

public void remove()