| Package | Description |
|---|---|
| com.phloc.commons.collections.iterate |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
ArrayIterator.create(ELEMENTTYPE[] aArray) |
static <ELEMENTTYPE> |
ArrayIterator.createBeginEnd(ELEMENTTYPE[] aArray,
int nBegin,
int nEnd) |
static <ELEMENTTYPE> |
ArrayIterator.createOfsLen(ELEMENTTYPE[] aArray,
int nOfs,
int nLength) |
Copyright © 2006–2015 phloc systems. All rights reserved.