public abstract class IteratorIndex
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IteratorIndex.IntIteratorIndex |
static class |
IteratorIndex.StringIteratorIndex |
| Constructor and Description |
|---|
IteratorIndex() |
| Modifier and Type | Method and Description |
|---|---|
static IteratorIndex |
create(int index) |
static IteratorIndex |
create(java.lang.String index) |
abstract Value |
toValue(Env env,
java.lang.String encoding) |
public static IteratorIndex create(int index)
public static IteratorIndex create(java.lang.String index)