public abstract class LongValues
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static LongValues |
IDENTITY
An instance that returns the provided value.
|
static LongValues |
ZEROES |
| Constructor and Description |
|---|
LongValues() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
get(long index)
Get value at
index. |
public static final LongValues IDENTITY
public static final LongValues ZEROES
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.