gnu.gnustep.base
Class NSEnumerator

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSEnumerator
All Implemented Interfaces:
java.lang.Cloneable

public class NSEnumerator
extends NSObject

This class wraps the Objective-C class NSEnumerator. It was automatically generated by JIGS WrapCreator.


Method Summary
 java.lang.Object nextElement()
          Wraps the Objective-C method nextObject
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

nextElement

public java.lang.Object nextElement()
Wraps the Objective-C method nextObject