@Value.Immutable
@Value.Modifiable
public interface Companion
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Companion.Extra |
static interface |
Companion.JdkComp |
static interface |
Companion.NullableAndDefault |
static interface |
Companion.Small |
static interface |
Companion.Standalone |
| Modifier and Type | Method and Description |
|---|---|
int[] |
arrayInts() |
String[] |
arrayStrings() |
Boolean |
bools() |
int |
integer() |
Set<Integer> |
ints() |
Map<Long,Integer> |
just() |
NavigableSet<Integer> |
navs() |
NavigableMap<String,Integer> |
navsmap() |
SortedSet<Integer> |
ords() |
SortedMap<Integer,String> |
ordsmap() |
Set<RetentionPolicy> |
pols() |
Map<RetentionPolicy,Integer> |
polsmap() |
List<String> |
str() |
String |
string() |
int integer()
String string()
int[] arrayInts()
String[] arrayStrings()
Set<RetentionPolicy> pols()
@Value.ReverseOrder NavigableSet<Integer> navs()
Map<RetentionPolicy,Integer> polsmap()
@Value.ReverseOrder NavigableMap<String,Integer> navsmap()
Copyright © 2022 The Immutables.org authors. All rights reserved.