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