public class IntVarIterator extends BaseObject
swigCMemOwn
Constructor and Description |
---|
IntVarIterator(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(IntVarIterator obj) |
void |
init()
This method must be called before each loop.
|
void |
next()
This method moves the iterator to the next value.
|
boolean |
ok()
This method indicates if we can call Value() or not.
|
static long |
swigRelease(IntVarIterator obj) |
java.lang.String |
toString()
Pretty Print.
|
long |
value()
This method returns the current value of the iterator.
|
getCPtr, swigRelease
public static long getCPtr(IntVarIterator obj)
public static long swigRelease(IntVarIterator obj)
protected void finalize()
finalize
in class BaseObject
public void delete()
delete
in class BaseObject
public void init()
public boolean ok()
public long value()
public void next()
public java.lang.String toString()
toString
in class BaseObject
Copyright © 2025. All rights reserved.