@Value.Modifiable
@Value.Immutable
public static interface Companion.JdkComp
| Modifier and Type | Method and Description |
|---|---|
int[] |
arrayInts() |
String[] |
arrayStrings() |
Boolean |
bools() |
int |
integer() |
Set<Integer> |
ints() |
NavigableSet<Integer> |
navs() |
SortedSet<Integer> |
ords() |
Set<RetentionPolicy> |
pols() |
List<String> |
str() |
String |
string() |
int integer()
String string()
int[] arrayInts()
String[] arrayStrings()
Set<RetentionPolicy> pols()
@Value.ReverseOrder NavigableSet<Integer> navs()
Copyright © 2022 The Immutables.org authors. All rights reserved.