public final class IndexedChar extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
index() |
long |
longIndex() |
static IndexedChar |
of(char value,
int index) |
static ObjIterator<IndexedChar> |
of(CharIterator iter) |
static ObjIterator<IndexedChar> |
of(CharIterator iter,
int startIndex) |
static ObjIterator<IndexedChar> |
of(CharIterator iter,
long startIndex) |
static IndexedChar |
of(char value,
long index) |
String |
toString() |
char |
value() |
public static IndexedChar of(char value, int index)
value
- index
- public static IndexedChar of(char value, long index)
value
- index
- public static ObjIterator<IndexedChar> of(CharIterator iter)
iter
- public static ObjIterator<IndexedChar> of(CharIterator iter, int startIndex)
iter
- startIndex
- public static ObjIterator<IndexedChar> of(CharIterator iter, long startIndex)
iter
- startIndex
- public char value()
public boolean equals(Object obj)
public int index()
public long longIndex()
Copyright © 2019. All rights reserved.