public class ZoneFactories
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static ZoneFactory |
FIXED |
Single-zone factory.
|
Modifier and Type | Method | Description |
---|---|---|
static ZoneFactory |
createIntegerZoneFactory(boolean autoIncrement) |
Returns a factory that works with integer-based zone ids.
|
static ZoneFactory |
createSingleZoneFactory(ZoneId zid0) |
Returns a factory suitable for single-zone use.
|
public static final ZoneFactory FIXED
public static ZoneFactory createSingleZoneFactory(ZoneId zid0)
zid0
- sole zone IDpublic static ZoneFactory createIntegerZoneFactory(boolean autoIncrement)
autoIncrement
- true to force increment of default zone id
for each specifier in sequenceCopyright ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.