| Package | Description |
|---|---|
| com.io7m.jregions.core.conversions |
Functions to convert between parameterized and unparameterized types.
|
| com.io7m.jregions.core.parameterized.areas |
Area types.
|
| com.io7m.jregions.core.parameterized.sizes |
Area sizes.
|
| com.io7m.jregions.generators |
Quickcheck generators.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <S> PAreaSizeL<S> |
AreaSizeConversions.toPAreaSizeL(AreaSizeL a) |
Convert an area size.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <S> AreaSizeL |
AreaSizeConversions.toAreaSizeL(PAreaSizeL<S> a) |
Convert an area size.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <S> PAreaSizeL<S> |
PAreasL.size(PAreaL<S> area) |
| Modifier and Type | Method | Description |
|---|---|---|
PAreaSizeL<S> |
PAreaSizeL.Builder.build() |
Builds a new
PAreaSizeL. |
static <S> PAreaSizeL<S> |
PAreaSizeL.of(long sizeX,
long sizeY) |
Construct a new immutable
PAreaSizeL instance. |
| Modifier and Type | Method | Description |
|---|---|---|
static <S> boolean |
PAreaSizesL.includes(PAreaSizeL<S> a,
PAreaSizeL<S> b) |
Determine if an area includes another area.
|
| Modifier and Type | Method | Description |
|---|---|---|
PAreaSizeL<S> |
PAreaSizeLGenerator.next() |
Copyright © 2017 <code@io7m.com> http://io7m.com