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