| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
index() |
long |
longIndex() |
static IndexedChar |
of(char value,
int index) |
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 char value()
public boolean equals(Object obj)
public int index()
public long longIndex()
Copyright © 2021. All rights reserved.