public final class IndexedFloat extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
index() |
long |
longIndex() |
static IndexedFloat |
of(float value,
int index) |
static ObjIterator<IndexedFloat> |
of(FloatIterator iter) |
static ObjIterator<IndexedFloat> |
of(FloatIterator iter,
int startIndex) |
static ObjIterator<IndexedFloat> |
of(FloatIterator iter,
long startIndex) |
static IndexedFloat |
of(float value,
long index) |
String |
toString() |
float |
value() |
public static IndexedFloat of(float value, int index)
value
- index
- public static IndexedFloat of(float value, long index)
value
- index
- public static ObjIterator<IndexedFloat> of(FloatIterator iter)
iter
- public static ObjIterator<IndexedFloat> of(FloatIterator iter, int startIndex)
iter
- startIndex
- public static ObjIterator<IndexedFloat> of(FloatIterator iter, long startIndex)
iter
- startIndex
- public float value()
public boolean equals(Object obj)
public int index()
public long longIndex()
Copyright © 2020. All rights reserved.