public class NIntUplet2Iterator extends Object implements Iterator<NIntUplet2>
| Modifier and Type | Field and Description |
|---|---|
static Comparator<NIntUplet2> |
COMPARATOR |
| Constructor and Description |
|---|
NIntUplet2Iterator() |
NIntUplet2Iterator(int a,
int b) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
NIntUplet2 |
next() |
List<NIntUplet2> |
next(int count) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic static Comparator<NIntUplet2> COMPARATOR
public NIntUplet2Iterator()
public NIntUplet2Iterator(int a,
int b)
public boolean hasNext()
hasNext in interface Iterator<NIntUplet2>public NIntUplet2 next()
next in interface Iterator<NIntUplet2>public List<NIntUplet2> next(int count)
Copyright © 2026 vpc open source initiative. All rights reserved.