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