Package | Description |
---|---|
edu.rice.hj |
The base package for all habanero-java related items.
|
edu.rice.hj.api |
The base package for all Habanero-Java API.
|
edu.rice.hj.runtime.region |
The base package for all habanero-java regions.
|
Modifier and Type | Method and Description |
---|---|
static HjPoint |
Module0.newPoint(int... values)
Factory method to create new HjPoint instances.
|
Modifier and Type | Method and Description |
---|---|
Iterator<HjPoint> |
HjRegion.iterator()
Returns an iterator over an int array whose length is specified by the rank.
|
Iterator<HjPoint> |
HjRegion.iterator(int startLinearIndex,
int maxNumItems)
Returns an iterator over an int array whose length is specified by the rank.
|
Iterable<HjPoint> |
HjRegion.toSeqIterable()
The HjPoint object returned by the iterator may be reused by the iterator in subsequent calls to next().
|
Modifier and Type | Class and Description |
---|---|
class |
Point
A point is an n-dimensional tuple of int's.
|
Modifier and Type | Method and Description |
---|---|
static HjPoint |
PointFactory.factory(int... values)
Factory method to create new HjPoint instances.
|
Modifier and Type | Method and Description |
---|---|
protected Iterator<HjPoint> |
AbstractRectangularRegion.createIterator(int startLinearIndex,
int maxNumItems,
int[] lower,
int[] upper)
createIterator.
|
Iterator<HjPoint> |
RectangularRegion3D.iterator()
Returns an iterator over an int array whose length is specified by the rank.
|
Iterator<HjPoint> |
RectangularRegion2D.iterator()
Returns an iterator over an int array whose length is specified by the rank.
|
Iterator<HjPoint> |
RectangularRegion1D.iterator()
Returns an iterator over an int array whose length is specified by the rank.
|
Iterator<HjPoint> |
RectangularRegion3D.iterator(int startLinearIndex,
int maxNumItems)
Returns an iterator over an int array whose length is specified by the rank.
|
Iterator<HjPoint> |
RectangularRegion2D.iterator(int startLinearIndex,
int maxNumItems)
Returns an iterator over an int array whose length is specified by the rank.
|
Iterator<HjPoint> |
RectangularRegion1D.iterator(int startLinearIndex,
int maxNumItems)
Returns an iterator over an int array whose length is specified by the rank.
|
Iterable<HjPoint> |
RectangularRegion3D.toSeqIterable()
The HjPoint object returned by the iterator may be reused by the iterator in subsequent calls to next().
|
Iterable<HjPoint> |
RectangularRegion2D.toSeqIterable()
The HjPoint object returned by the iterator may be reused by the iterator in subsequent calls to next().
|
Iterable<HjPoint> |
RectangularRegion1D.toSeqIterable()
The HjPoint object returned by the iterator may be reused by the iterator in subsequent calls to next().
|
Modifier and Type | Method and Description |
---|---|
int |
Point.compareTo(HjPoint other) |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.