| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
index() |
long |
longIndex() |
static IndexedInt |
of(int value,
int index) |
static IndexedInt |
of(int value,
long index) |
String |
toString() |
int |
value() |
public static IndexedInt of(int value, int index)
value - index - public static IndexedInt of(int value, long index)
value - index - public int value()
public boolean equals(Object obj)
public int index()
public long longIndex()
Copyright © 2021. All rights reserved.